|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
MySQL CC - Query Limited to 1,000 rows
Queries from MySQL Control Center don't return more than 1,000 rows. Anyone know why? Thanks
|
|
#2
|
|||
|
|||
|
If you need to get more rows then you can specify a limit:
SELECT * FROM `table` LIMIT 1, 2000 |
![]() |
| Viewing: Dev Articles Community Forums > Databases > MySQL Development > MySQL CC - Query Limited to 1,000 rows |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|