The stupid question is the question not asked | |
PerlMonks |
How can I retrieve records X to Y using DBI?by BBQ (Curate) |
on May 01, 2000 at 11:25 UTC ( [id://9782]=perlquestion: print w/replies, xml ) | Need Help?? |
BBQ has asked for the wisdom of the Perl Monks concerning the following question: ⭐ (database programming)
How does one go about selecting X number of rows on a query (e.g. with MySQL)? The desired effect would be to return results from 0-20, then 20-40, and so on.
Originally posted as a Categorized Question.
Back to
Seekers of Perl Wisdom
|
|