Hi,

I am getting a problem with my select query with the limit statement like
for eg,

select table1.field1,table1.field2 from table1 limit 5000,500;
The query will take a lot of time to execute.
The table in question in only 16000 records.

Could anybody advise me on this issue!

Rishi,
Advance Informatics.




---------------------------------------------------------------------
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

Reply via email to