Overview
Scenarios
Product Architecture
Instance Types
Compatibility Notes
Drop permission for this table.DROP TABLE table_name [PURGE];
Parameter | Required | Description |
table_name | Required | Table name. |
PURGE | Optional | Directly deletes table data and no longer stores it in the recycle bin. |
TDSQL [(none)]> drop table test2 purge;Query OK, 0 rows affected (0.70 sec)
피드백