TRUNCATE 语句是一种数据定义语言(DDL)操作,用于标记表的范围以便解除分配(空的以便重用 ...
-- MAGIC - CSV table do not support Delete Operation, and we may have to use truncate in that case. -- MAGIC - in general truncate will delete complete table data, however we can specify constraint ...