Skip to content

DROP TABLE

Removes a table from the current/specified schema.

See the Snowflake documentation for more details.

Currently, BodoSQL only supports the following syntax:

DROP TABLE [ IF EXISTS ] <name>