Add id label to allow cross referencing.
authorThomas G. Lockhart
Thu, 15 Jul 1999 15:49:18 +0000 (15:49 +0000)
committerThomas G. Lockhart
Thu, 15 Jul 1999 15:49:18 +0000 (15:49 +0000)
doc/src/sgml/ref/select.sgml

index 56c3d55405125b2306d1a5bb188ed3da474248bb..6205b30f130d43ec85aca74c7409371d760be44d 100644 (file)
@@ -1,6 +1,6 @@
 
  
-  
+   id="select-title">
    SELECT
   
   SQL - Language Statements
@@ -248,7 +248,7 @@ SELECT [ ALL | DISTINCT [ ON column
   
    
   
-   The LIMIT...OFFSET clause allows control over which rows are
+   The LIMIT clause allows control over which rows are
    returned by the query.