Overview
Scenarios
Product Architecture
Instance Types
Compatibility Notes
SHOW RECYCLEBIN displays table information in the recycle bin.SHOW RECYCLEBIN;
TDSQL [(none)]> show recyclebin;+-----------+---------------+--------------+--------------------------------+---------------------+---------------------+| tindex_id | origin_schema | origin_table | recycle_table | drop_time | purge_time |+-----------+---------------+--------------+--------------------------------+---------------------+---------------------+| 10028 | test | test2 | bin$/usodaiwngrpdoel2wnlqg==$1 | 2025-01-21 19:12:10 | 2025-01-28 19:12:10 |+-----------+---------------+--------------+--------------------------------+---------------------+---------------------+
tindex_id: Unique table identifier.origin_schema: Original database name.origin_table: Original table name.recycle_table: Alias of the table after it enters the recycle bin. drop_time: Deletion time. purge_time: Purge time (time of being purged from the recycle bin). フィードバック