I have really searched this and find nothing about this problem.
Very simple query:
/*get rid of 125 rows starting at 100*/
delete from my_table WHERE category=5 order by editdate DESC LIMIT 100, 125;
This is what is returned:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 125' at line 1
I have not used LIMIT in a while, but at the same time I have not had a problem with it. Error is very mysterious, any ideas?
My version of mysql is 5.x