Commit 8693dc69 authored by paul@teton.kitebird.com's avatar paul@teton.kitebird.com
Browse files

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

parent 2429320d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.