This probably belongs on a MySQL list, but either way, the answer is to look
in the documentation - there is a 'LIMIT' clause that tells MySQL to only
return a certain number of records. The MySQL documentation is excellent -
you should definitely always search there first.
Look at:
http://www.mysql.com/doc/S/E/SELECT.html
for more info.
Ian
On 7/8/01 6:03 PM, "Jason Whitlow" <[EMAIL PROTECTED]> wrote:
> I am trying to get one of my apps to display only 5 records at a time. With
> Perl attaching to a mysql database. Does anyone have any good Ideas of how
> to do this.
>
> Is there a way of doing a select and out of the results saying only give me
> 5-10 or 10-15?????????????????????????????
>
> Any help would be greatly appreciated
>
> Thank you
> Jason
>
>