I am new to Teradata and would like to know how to achieve a truncate partition option in Teradata. See below for a Oracle SQL reference:
ALTER TABLE <Table_Name> TRUNCATE PARTITION <Partition_Name> REUSE STORAGE;
Any inputs in this regard would be greatly appreciated. Thanks in advance.
ALTER TABLE <Table_Name> TRUNCATE PARTITION <Partition_Name> REUSE STORAGE;
Any inputs in this regard would be greatly appreciated. Thanks in advance.