Skip to content

Commit b58b46c

Browse files
authored
Update mysql-high-performance-optimization-specification-recommendations.md
1 parent 9193488 commit b58b46c

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

+1-1
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)