tencent cloud

TDSQL Boundless

DROP TABLE

Download
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-02-10 11:26:52

Description

Delete a table.

Permission Requirements

You should have the Drop permission for this table.

Syntax

DROP TABLE table_name [PURGE];

Parameter Description

Parameter
Required
Description
table_name
Required
Table name.
PURGE
Optional
Directly deletes table data and no longer stores it in the recycle bin.

Examples

TDSQL [(none)]> drop table test2 purge;
Query OK, 0 rows affected (0.70 sec)


도움말 및 지원

문제 해결에 도움이 되었나요?

피드백