Skip to content

Commit

Permalink
小小的文字修改
Browse files Browse the repository at this point in the history
更新的括号里面觉得改为修改会不会好一点
  • Loading branch information
yuezang3 authored Aug 6, 2022
1 parent 15e3bd3 commit 386cfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/database/mysql/how-sql-executed-in-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ MySQL 没有命中缓存,那么就会进入分析器,分析器主要是用

### 2.1 查询语句

说了以上这么多,那么究竟一条 SQL 语句是如何执行的呢?其实我们的 SQL 可以分为两种,一种是查询,一种是更新(增加,更新,删除)。我们先分析下查询语句,语句如下:
说了以上这么多,那么究竟一条 SQL 语句是如何执行的呢?其实我们的 SQL 可以分为两种,一种是查询,一种是更新(增加,修改,删除)。我们先分析下查询语句,语句如下:

```sql
select * from tb_student A where A.age='18' and A.name=' 张三 ';
Expand Down

0 comments on commit 386cfe7

Please sign in to comment.