|
||||
sybperl-l ArchiveUp Prev Next
From: David C Worenklein <dcw at gcm dot com> It depends on the query. If there's a unique field, you can use it to chop your query into blocks. eg select id, name, address from employees where state='NY' and id>$x and id<=$x+100 |