Hi,
I just wanted to clusterize a database output in certain chunks like 0 - 100, 100 - 200, 200 - 300... (WITH LIMIT)
In addition I wanted to give the possibility to sort the output (with ORDER BY)
The database output is shown up in a HTML table.
Now I've experienced a really strange behave:
As long as I just specify a limit, everything goes all right but when I specify
a order too, then my MYSQL does just nothing - there is zero output!! where only some orders do not work!
The best thing is: wehen I click around and specify some other orders and check back to the one which did not work, it suddenly works.
SO, does anyone have an idea what could cause this?
MySQL Version: 3.23.34a
thx RAPHEAD