forked from docs/doc-exports
Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com> Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
1.3 KiB
1.3 KiB
HINT-DB
Command Format:
/*+db=<physical_db_name>*/ TRUNCATE TABLE <table_name>
Description:
Deleting data in physical tables corresponding to <table_name> in <physical_db_name> does not affect physical tables in other database shards.
Parent topic: TRUNCATE TABLE