|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
mysql limit
hello,
i would like to limit my mysql query to show the second and third results... is there anyway that i can do that with 'LIMIT'? thanks! |
|
#2
|
|||
|
|||
|
RE: mysql limit
$query = "SELECT * FROM tablename LIMIT 2,3";
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > mysql limit |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|