mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
Merge pull request #1622 from Feyl/patch-2
Update mysql-high-performance-optimization-specification-recommendati…
This commit is contained in:
commit
93266231c3
@ -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