From f2738394d64e4762d87902491487f32e604a49b8 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Thu, 15 Jul 1999 15:49:18 +0000 Subject: [PATCH] Add id label to allow cross referencing. --- doc/src/sgml/ref/select.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5