DROP EXTERNAL TABLE
Run the following SQL to drop an external table from Timeplus, while keeping the data in external database intact.
DROP EXTERNAL TABLE [IF EXISTS] db.<name>;
Run the following SQL to drop an external table from Timeplus, while keeping the data in external database intact.
DROP EXTERNAL TABLE [IF EXISTS] db.<name>;