Help Center/
CloudTable Service/
User Guide/
Using Doris/
Common SQL Commands of Doris/
Deleting a Table
Updated on 2025-07-24 GMT+08:00
Deleting a Table
This section describes the basic syntax and usage of the SQL statements for deleting a table in a Doris cluster.
Basic Syntax
DROP TABLE [IF EXISTS] [db_name.]table_name [FORCE];
Usage Example
Delete the my_table table.
DROP TABLE IF EXISTS example_db.my_table;
Parent topic: Common SQL Commands of Doris
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