
08-24-2004, 09:04 PM
|
|
|
Join Date: Apr 2004
Posts: 242
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Dean C
Yes Colin, I'm pretty sure what you said is right. LIMIT 0,6 would return the first 7 seven rows.
|
It is as I said...
The LIMIT clause can be used to constrain the number of rows returned by the SELECT statement. LIMIT takes one or two numeric arguments, which must be integer constants. With two arguments, the first argument specifies the offset of the first row to return, and the second specifies the maximum number of rows to return.
|