From 63847496f14c813a5d80efd5b7de0f1294ffe1e3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 16:07:11 +0200 Subject: Adding upstream version 3.45.1. Signed-off-by: Daniel Baumann --- www/syntax/indexed-column.html | 173 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 www/syntax/indexed-column.html (limited to 'www/syntax/indexed-column.html') diff --git a/www/syntax/indexed-column.html b/www/syntax/indexed-column.html new file mode 100644 index 0000000..0878485 --- /dev/null +++ b/www/syntax/indexed-column.html @@ -0,0 +1,173 @@ + + + + + +SQLite Syntax: indexed-column + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ +

indexed-column

+
+
+ + + + +column-name + + + +COLLATE + + + +collation-name + + + + + +DESC + + + + + + + + +expr + + + + + + + + + +ASC + + + + + + +

+ +Used by:   create-index-stmt   table-constraint   upsert-clause

+References:   expr

+See also:   lang_createindex.html   lang_createtable.html   lang_createtrigger.html   lang_insert.html   lang_upsert.html   partialindex.html +
+ + + -- cgit v1.2.3