Skip to content
Snippets Groups Projects
Commit f2738394 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Add id label to allow cross referencing.

parent 4b2c2850
No related branches found
No related tags found
No related merge requests found
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment