lava-oushudb-dt-sql-parser/test/parser/spark/syntax/fixtures/truncateTable.sql

7 lines
132 B
MySQL
Raw Normal View History

-- Syntax
-- TRUNCATE TABLE table_identifier [ partition_spec ]
TRUNCATE TABLE Student partition(age=10);
TRUNCATE TABLE Student;