|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
Use LIMIT. LIMIT x returns x rows. LIMIT y,x returns x rows starting with row y.
|
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Limit rows returned |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|