DRAFT

Omnidex SQL: DROP DATABASE

Description

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.

Syntax

DROP [TEMPORARY] TABLE 
     [IF EXISTS] table
     [<IN "filename" | ON [INSTANCE] instance>] 
     [WITH options]

Discussion

arg1
arg2

Examples

Simple

2nd example

 
Back to top
dev/sql/statements/drop_table/home.txt ยท Last modified: 2016/06/28 22:38 (external edit)