From 18657a960e125336f704ea058e25c27bd3900dcb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 19:28:19 +0200 Subject: Adding upstream version 3.40.1. Signed-off-by: Daniel Baumann --- www/syntax/drop-table-stmt.html | 167 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 www/syntax/drop-table-stmt.html (limited to 'www/syntax/drop-table-stmt.html') diff --git a/www/syntax/drop-table-stmt.html b/www/syntax/drop-table-stmt.html new file mode 100644 index 0000000..3f4c474 --- /dev/null +++ b/www/syntax/drop-table-stmt.html @@ -0,0 +1,167 @@ + + + + + +SQLite Syntax: drop-table-stmt + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ +

drop-table-stmt

+
+
+ + + + +DROP + + + +TABLE + + + +IF + + + +EXISTS + + + +schema-name + + + +. + + + +table-name + + + + + + + + + + +

+ +Used by:   sql-stmt

+See also:   lang_droptable.html +
+ + + -- cgit v1.2.3