Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d368dac

Browse files
修正部分错别字
修正部分错别字
1 parent f1af0ca commit d368dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/database/一条sql语句在mysql中如何执行的.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ MySQL 没有命中缓存,那么就会进入分析器,分析器主要是用
8787

8888
### 2.1 查询语句
8989

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

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /