We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e3bd3 commit 386cfe7Copy full SHA for 386cfe7
docs/database/mysql/how-sql-executed-in-mysql.md
@@ -76,7 +76,7 @@ MySQL 没有命中缓存,那么就会进入分析器,分析器主要是用
76
77
### 2.1 查询语句
78
79
-说了以上这么多,那么究竟一条 SQL 语句是如何执行的呢?其实我们的 SQL 可以分为两种,一种是查询,一种是更新(增加,更新,删除)。我们先分析下查询语句,语句如下:
+说了以上这么多,那么究竟一条 SQL 语句是如何执行的呢?其实我们的 SQL 可以分为两种,一种是查询,一种是更新(增加,修改,删除)。我们先分析下查询语句,语句如下:
80
81
```sql
82
select * from tb_student A where A.age='18' and A.name=' 张三 ';
0 commit comments