DROP: Deleting a Table
This section describes the basic syntax and usage of the SQL statement for deleting a ClickHouse table.
Basic Syntax
DROP [TEMPORARY] TABLE [IF EXISTS] [database_name.]name [ON CLUSTER cluster]
Example
-- Delete the t1 table. drop t1;
Last Article: DESC: Querying a Table Structure
Next Article: SHOW: Displaying Information About Databases and Tables
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.