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