Help Center/
MapReduce Service/
Component Operation Guide (LTS) (Ankara Region)/
Using Doris/
Typical SQL Syntax/
Deleting Tables
Updated on 2024-11-29 GMT+08:00
Deleting Tables
This topic describes the basic SQL syntax and example statements for deleting tables.
Basic Syntax
DROP TABLE [IF EXISTS] [db_name.]table_name [FORCE];
Example
- Delete the my_table table.
DROP TABLE IF EXISTS example_db.my_table;
Parent topic: Typical SQL 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