DROP EXTERNAL TABLE
Deletes the specified external table.
If no external table with that name exists, an error is returned.
Example
DROP EXTERNAL TABLE my_table;
Was the article helpful?
Previous
Deletes the specified external table.
If no external table with that name exists, an error is returned.
DROP EXTERNAL TABLE my_table;