del_="table"
<do action_="sql" del_="table"
schema_="[SCHEMA]" objname_="[TABLE]"/>
deletes a table from the specified schema.
Description
del_="table"
deletes the table from the specified schema. All column
metadata for that table is lost. This should be considered an irreversible operation. The
user must be an admin of the specified schema.
Syntax
<dynamic> <do action_="sql" del_="table" schema_="[SCHEMA]" objname_="[TABLE]"/> </dynamic>
Attributes for del_="table"
schema_
- The schema containing the table to delete.
objname_
- The name of the table to delete.