Skip to content

Commit 386cfe7

Browse files
authored
小小的文字修改
更新的括号里面觉得改为修改会不会好一点
1 parent 15e3bd3 commit 386cfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/database/mysql/how-sql-executed-in-mysql.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ MySQL 没有命中缓存,那么就会进入分析器,分析器主要是用
7676

7777
### 2.1 查询语句
7878

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

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

0 commit comments

Comments
 (0)