1
0
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:
Feng Yuliang 2022-03-15 19:08:30 +08:00 committed by GitHub
parent 91934887c9
commit b58b46c41e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');
```
应使用: