This statement is used to clear the data of a specified table or partition in Doris
TRUNCATE TABLE [db.]tbl[ PARTITION(p1, p2, ...)];
tbl under example_db.TRUNCATE TABLE example_db.tbl;
p1 and p2 of table tbl.TRUNCATE TABLE tbl PARTITION(p1, p2);