We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d8698 commit dc5ed02Copy full SHA for dc5ed02
docs/sql-drop-external-table.md
@@ -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
@@ -329,6 +329,7 @@ const sidebars = {
329
"sql-delete",
330
"sql-drop-database",
331
"sql-drop-dictionary",
332
+ "sql-drop-external-table",
333
"sql-drop-format-schema",
334
"sql-drop-function",
335
"sql-drop-stream",
0 commit comments