DROP TABLE
Deletes the specified table.
If there is no such table, an error is returned.
Examples
DROP TABLE my_table;
Was the article helpful?
Previous
Next
Deletes the specified table.
If there is no such table, an error is returned.
DROP TABLE my_table;