forked from repo-mirrors/sqlfluff
4 lines
49 B
SQL
4 lines
49 B
SQL
DROP TABLE foo;
|
|
|
|
DROP TABLE IF exists bar PURGE;
|