Skip to content

Commit dc5ed02

Browse files
committed
drop external table
1 parent 48d8698 commit dc5ed02

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/sql-drop-external-table.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# DROP EXTERNAL TABLE
2+
Run the following SQL to drop an external table from Timeplus, while keeping the data in external database intact.
3+
4+
```sql
5+
DROP EXTERNAL TABLE [IF EXISTS] db.<name>;
6+
```

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ const sidebars = {
329329
"sql-delete",
330330
"sql-drop-database",
331331
"sql-drop-dictionary",
332+
"sql-drop-external-table",
332333
"sql-drop-format-schema",
333334
"sql-drop-function",
334335
"sql-drop-stream",

0 commit comments

Comments
 (0)