Skip to content

Commit 615eb43

Browse files
ivothglejaywcjlove
authored andcommitted
修复关键字拼写错误
1 parent 4628801 commit 615eb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

21-minutes-MySQL-basic-entry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ FROM mytable t LEFT JOIN mytable m ON t.Name=m.username
475475
WHERE m.age=20 AND m.city='上海';
476476
477477
SELECT * FROM mytable WHERE username like'admin%'; -- 而下句就不会使用:
478-
SELECT * FROM mytable WHEREt Name like'%admin'; -- 因此,在使用LIKE时应注意以上的区别。
478+
SELECT * FROM mytable WHERE Name like'%admin'; -- 因此,在使用LIKE时应注意以上的区别。
479479
```
480480
481481
索引的注意事项

0 commit comments

Comments
 (0)