HINT-TABLE
Command Format:
/*+table=<physical_table_name>*/ TRUNCATE TABLE <table_name>
Description:
Deleting data in physical table <physical_table_name> in the current database shard does not affect other physical tables.
Example output before the table is deleted:
Example output after the table is deleted:
Parent topic: TRUNCATE TABLE