Skip to content

Commit 9326623

Browse files
authored
Merge pull request Snailclimb#1622 from Feyl/patch-2
Update mysql-high-performance-optimization-specification-recommendati…
2 parents bad9ae9 + b58b46c commit 9326623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database/mysql/mysql-high-performance-optimization-specification-recommendations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ select name,phone from customer where id = '111';
285285
如:
286286

287287
```
288-
insert into values ('a','b','c');
288+
insert into t values ('a','b','c');
289289
```
290290

291291
应使用:

0 commit comments

Comments
 (0)