manual.texi Clarify that LIMIT args must be integer constants.

parent 2429320d
......@@ -33252,7 +33252,7 @@ a query if the optimiser joins the tables in non-optimal order.
@item
The @code{LIMIT} clause can be used to constrain the number of rows returned
by the @code{SELECT} statement. @code{LIMIT} takes one or two numeric
arguments.
arguments. The arguments must be integer constants.
If two arguments are given, the first specifies the offset of the first row to
return, the second specifies the maximum number of rows to return.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment