• The statement clears the data, but leaves the table or partition.
    • Unlike DELETE, this statement can only clear the specified table or partition as a whole, and cannot add filter conditions.
    • The data deleted by this operation cannot be recovered.
    • When using this command, the table status needs to be NORMAL, that is, operations such as SCHEMA CHANGE are not allowed.