Skip to content

Commit

Permalink
doc: update docs/mysql.md (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
isecret committed Apr 10, 2024
1 parent 3cee78a commit be81f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ ON t(c3,c4)
删除索引
```sql
DROP INDEX idx_name;
DROP INDEX idx_name ON t;
```
MySQL 数据类型
Expand Down

0 comments on commit be81f1b

Please sign in to comment.