1
0
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:
Guide哥 2022-03-16 08:49:27 +08:00 committed by GitHub
commit 93266231c3
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');
``` ```
应使用: 应使用: