DROP clauses

DROP
statements apply only to tables.

Supported functionality

Examples of supported DROP functionality
Expected behavior
Query to achieve the expected behavior
Drop a temporary table.
DROP TABLE TemporaryTable;
Drop a regular table.
DROP TABLE Table1;

Unsupported functionality

  • DROP statements for indexes.
  • DROP statements for views.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal