]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Update the SQL language documentation to talk about SELECT DISTINCT. (CVS 748)
authordrh <drh@noemail.net>
Thu, 12 Sep 2002 14:08:32 +0000 (14:08 +0000)
committerdrh <drh@noemail.net>
Thu, 12 Sep 2002 14:08:32 +0000 (14:08 +0000)
FossilOrigin-Name: ef7116751ddc4e82228c115b0a332ffb47a22ae5

manifest
manifest.uuid
www/lang.tcl

index b96723ab41f8059f71230c4a3027a1e0ef3fb416..c2534e5983f8919f6b1cc9c74a12f130dd9110b8 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sfor\sticket\s#147:\sHonor\sthe\sORDER\sBY\sand\sLIMIT\sclauses\sin\sa\sSELECT\seven\nif\sthe\sdestination\sof\sthat\sSELECT\sis\sa\ssubroutine\scall.\s(CVS\s747)
-D 2002-09-08T17:23:42
+C Update\sthe\sSQL\slanguage\sdocumentation\sto\stalk\sabout\sSELECT\sDISTINCT.\s(CVS\s748)
+D 2002-09-12T14:08:32
 F Makefile.in d6c9a85c2a5e696843201d090dcf8bf2f8716f2a
 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -139,7 +139,7 @@ F www/faq.tcl 207d3e31597c63ed3bbecd58aaeaa38c53d39dd4
 F www/fileformat.tcl a4b5c2c6e89b7d42d09f97fd4d7bbd39cbf24936
 F www/formatchng.tcl b4449e065d2da38b6563bdf12cf46cfe1d4d765e
 F www/index.tcl 190f767c4b0bf44f75bf4af023d644c3e7a1e579
-F www/lang.tcl bf9d830aa0042718ae157e25fc7539f5378c46ff
+F www/lang.tcl 6be4254a751ab183ec974fe65375f50230c777f3
 F www/mingw.tcl f1c7c0a7f53387dd9bb4f8c7e8571b7561510ebc
 F www/nulls.tcl 29497dac2bc5b437aa7e2e94577dad4d8933ed26
 F www/omitted.tcl 118062f40a203fcb88b8d68ef1d7c0073ac191ec
@@ -149,7 +149,7 @@ F www/speed.tcl a20a792738475b68756ea7a19321600f23d1d803
 F www/sqlite.tcl ae3dcfb077e53833b59d4fcc94d8a12c50a44098
 F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331
 F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218
-P c4f0bb02387a6e6f254320e1e5eef3d5d8a3c538
-R d53bc433eee4d832716a49a9ea35550f
+P 23fe36c7e88282f6d1b7547ab892ea88f0e65262
+R cb437ad4d3f01e7699b3e8bb2797f1f9
 U drh
-Z fdf23733e2dbe5e105dfffa0429ea82b
+Z 0ee1932374e268052ad2e19b552bf00b
index c86ef09957714c073d91a00f84b17537d00a9a6a..e1624a8d24690012ba32f9e681da6045b3899882 100644 (file)
@@ -1 +1 @@
-23fe36c7e88282f6d1b7547ab892ea88f0e65262
\ No newline at end of file
+ef7116751ddc4e82228c115b0a332ffb47a22ae5
\ No newline at end of file
index e48701ba3c04fff5c6aa96c64583a8ce2401e239..332b95c28970c94e4df8e8720bb411d64218b838 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this Tcl script to generate the sqlite.html file.
 #
-set rcsid {$Id: lang.tcl,v 1.45 2002/08/25 20:11:19 drh Exp $}
+set rcsid {$Id: lang.tcl,v 1.46 2002/09/12 14:08:32 drh Exp $}
 
 puts {<html>
 <head>
@@ -1160,7 +1160,7 @@ information.</p>
 Section SELECT select
 
 Syntax {sql-statement} {
-SELECT <result> [FROM <table-list>]
+SELECT [DISTINCT] <result> [FROM <table-list>]
 [WHERE <expr>]
 [GROUP BY <expr-list>]
 [HAVING <expr>]