doc: update docs/mysql.md (#605)

This commit is contained in:
Mao Wang 2024-04-10 15:53:01 +08:00 committed by GitHub
parent 3cee78a29e
commit be81f1bfcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -556,7 +556,7 @@ ON t(c3,c4)
删除索引
```sql
DROP INDEX idx_name;
DROP INDEX idx_name ON t;
```
MySQL 数据类型