OSDN Git Service

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

index 56c3d55..6205b30 100644 (file)
@@ -1,6 +1,6 @@
 <refentry id="SQL-SELECT">
  <refmeta>
-  <refentrytitle>
+  <refentrytitle id="select-title">
    SELECT
   </refentrytitle>
   <refmiscinfo>SQL - Language Statements</refmiscinfo>
@@ -248,7 +248,7 @@ SELECT [ ALL | DISTINCT [ ON <replaceable class="PARAMETER">column</replaceable>
   </para>
    
   <para>
-   The LIMIT...OFFSET clause allows control over which rows are
+   The LIMIT clause allows control over which rows are
    returned by the query.
   </para>