4 lines
85 B
MySQL
4 lines
85 B
MySQL
|
DROP INDEX table01_index ON table01;
|
||
|
|
||
|
DROP INDEX IF EXISTS table02_index ON table02;
|