diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index 56c3d554051..6205b30f130 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -1,6 +1,6 @@ - + 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.