mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
Update mysql-high-performance-optimization-specification-recommendations.md
This commit is contained in:
parent
91934887c9
commit
b58b46c41e
@ -285,7 +285,7 @@ select name,phone from customer where id = '111';
|
|||||||
如:
|
如:
|
||||||
|
|
||||||
```
|
```
|
||||||
insert into values ('a','b','c');
|
insert into t values ('a','b','c');
|
||||||
```
|
```
|
||||||
|
|
||||||
应使用:
|
应使用:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user