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/alter-table-stmt.html | 249 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 249 insertions(+) create mode 100644 www/syntax/alter-table-stmt.html (limited to 'www/syntax/alter-table-stmt.html') diff --git a/www/syntax/alter-table-stmt.html b/www/syntax/alter-table-stmt.html new file mode 100644 index 0000000..b1f5bd9 --- /dev/null +++ b/www/syntax/alter-table-stmt.html @@ -0,0 +1,249 @@ + + + + + +SQLite Syntax: alter-table-stmt + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ +

alter-table-stmt

+
+
+ + + + + +ALTER + + + +TABLE + + + + + +schema-name + + + +. + + + +table-name + + + + + + + + + + + +RENAME + + + +TO + + + +new-table-name + + + +RENAME + + + + + +COLUMN + + + +column-name + + + +TO + + + +new-column-name + + + + + + + + + + + + + + +ADD + + + + + +COLUMN + + + +column-def + + + + + + + + + + + +DROP + + + + + +COLUMN + + + +column-name + + + + + + + +

+ +Used by:   sql-stmt

+References:   column-def

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