tencent cloud

DROP TABLE
最終更新日:2024-08-07 17:21:06
DROP TABLE
最終更新日: 2024-08-07 17:21:06

Description

Supported engines: Presto and SparkSQL
Applicable table: Native and external tables
Purpose: Remove metadata table.

Statement

DROP TABLE [IF EXISTS] table_name;

Parameter

IF EXISTS: Optional. This parameter indicates whether the table exists.
table_name: Table name.

Example

DROP TABLE tbl
DROP TABLE IF EXISTS tbl


この記事はお役に立ちましたか?
営業担当者に お問い合わせ いただくか チケットを提出 してサポートを求めることができます。
はい
いいえ

フィードバック