Helpful Information
 
 
Category: Databases
Limit rows returned

Does anyone know how to retreive specific rows from a MySQL select...ie. I only want to retreive rows n-m from a large set.

Cheers,
James

Use LIMIT. LIMIT x returns x rows. LIMIT y,x returns x rows starting with row y.










privacy (GDPR)