One more LIMIT doc update.
authorBruce Momjian
Sun, 23 Sep 2001 13:34:44 +0000 (13:34 +0000)
committerBruce Momjian
Sun, 23 Sep 2001 13:34:44 +0000 (13:34 +0000)
doc/src/sgml/ref/select_into.sgml

index 05b1e1fc79b820c1f22a47712e9494281f1a3d2a..ab96185bb91520b924740aaddeb86eb19c3e626c 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -32,7 +32,8 @@ SELECT [ ALL | DISTINCT [ ON ( expression
     [ { UNION | INTERSECT | EXCEPT [ ALL ] } select ]
     [ ORDER BY expression [ ASC | DESC | USING operator ] [, ...] ]
     [ FOR UPDATE [ OF tablename [, ...] ] ]
-    [ LIMIT { count | ALL } [ { OFFSET | , } start ]]
+    [ LIMIT [ start , ] { count | ALL } ]
+    [ OFFSET start ]
 
 where from_item can be: