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

column-name-list

+
+
+ + + + +( + + + + + +column-name + + + +) + + + + +, + + + + + +

+ +Used by:   update-stmt   update-stmt-limited   upsert-clause

+See also:   lang_createtrigger.html   lang_insert.html   lang_update.html   lang_upsert.html +
+ + + -- cgit v1.2.3