forked from repo-mirrors/sqlfluff
4 lines
57 B
SQL
4 lines
57 B
SQL
TRUNCATE TABLE foo;
|
|
|
|
TRUNCATE bar PARTITION (col='val');
|