Drops (Removes) a table from the Omnidex Environment. Note that for RDBMS permanent tables, the table is removed from the Omnidex metadata layer but does not remove an underlying RDBMS table if the Omnidex environment is connected to an RDBMS data base.
For Temporary RDBMS tables, the DROP TEMPORARY TABLE command will remove the temporary table from the underlying RDBMS.
DROP [TEMPORARY] TABLE [IF EXISTS] table [<IN "filename" | ON [INSTANCE] instance>] [WITH options]