lava-oushudb-dt-sql-parser/test/parser/hive/syntax/fixtures/dropIndex.sql

4 lines
85 B
MySQL
Raw Normal View History

2023-07-07 11:19:28 +08:00
DROP INDEX table01_index ON table01;
DROP INDEX IF EXISTS table02_index ON table02;