![]() |
|
XP is just a number | |
PerlMonks |
RE: RE: Re: View 100 then click for restby lhoward (Vicar) |
on Jul 27, 2000 at 21:10 UTC ( [id://24707]=note: print w/replies, xml ) | Need Help?? |
Not all databases support "LIMIT" as part of the SQL
language.
I agree that if your DB does support LIMIT then you should
use it, but if you want a truly DB independant solution
(much as DBI is database independant) you should avoid LIMIT and
other not-widely supported extensions.
In Section
Seekers of Perl Wisdom
|
|