Commit 6806b51a authored by paul@teton.kitebird.com's avatar paul@teton.kitebird.com
Browse files

Merge paul@work.mysql.com:/home/bk/mysql-4.0

into teton.kitebird.com:/home/paul/mysql-4.0
parents c9bdae98 8693dc69
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.