Dropping a Table
To drop a TimesTen table, call the SQL statement DROP TABLE.
The following example drops the table customer.
Command> DROP TABLE customer;
To drop a TimesTen table, call the SQL statement DROP TABLE.
The following example drops the table customer.
Command> DROP TABLE customer;