DROP TABLE

Remove a table.

Synopsis

DROP [BLOB] TABLE table_name

Description

DROP TABLE removes tables from the cluster.

Use the BLOB keyword in order to remove a blob table (see Blob Support).

Parameters

table_name:The name (optionally schema-qualified) of the table to be removed.