Help Center/ Data Lake Insight/ HetuEngine SQL Syntax Reference/ HetuEngine SQL Syntax/ DDL Syntax/ DROP TABLE
Updated on 2024-12-31 GMT+08:00
DROP TABLE
Syntax
DROP TABLE [ IF EXISTS ] table_name
Description
This statement is used to drop an existing table. If the optional parameter IF EXISTS is specified and the table to be deleted does not exist, no error is reported. The deleted data rows will be moved to the recycle bin on OBS.
Example
create table testfordrop(name varchar); drop table if exists testfordrop;
Parent topic: DDL Syntax
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot