Hello. On Tue 2002-11-26 at 12:56:04 -0500, [EMAIL PROTECTED] wrote: > > I must not be awake yet. Why is this query sending me back 60 records? > Shouldn't it only send back records 30 through 60 (i.e. 30 records)?
Because it's LIMIT <offset>, <amount> i.e. you are asking for rows 30-89 Bye, Benjamin. > SELECT * FROM table ORDER BY somefield LIMIT 30,60 [...] -- [EMAIL PROTECTED] --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php