tencent cloud

TDSQL Boundless

SHOW RECYCLEBIN

PDF
フォーカスモード
フォントサイズ
最終更新日: 2026-02-10 11:27:42

Description

SHOW RECYCLEBIN displays table information in the recycle bin.

Syntax

SHOW RECYCLEBIN;

Examples

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 |
+-----------+---------------+--------------+--------------------------------+---------------------+---------------------+
The fields in the above return results are described as follows:
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).

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック