Here is a strange one (for me, anyway)...

The command is as follows:
select * from xtable where client='name' order by r_date desc, r_time desc
limit 0,10;

The problem: It returns 20 records

and when i execute this command...it returns 30 records
select * from xtable where client='name' order by r_date desc, r_time desc
limit 11,20;

and so on.

What the heck is going on here? any ideas? im confoosed!

--

Tony Tzankoff
http://www.tzankoff.com
=========================




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to