Manipulate Data in Tables, Views, and Files
Remove a Table
Description
The DROP TABLE
statement deletes a table or a file.
Please note that this feature is not yet implemented for tables from connected data sources.
Syntax
Here is the syntax:
And for files:
On execution, we get:
Please note that the uploaded files are tables as well. So to remove an uploaded file, use this DROP TABLE
statement.