This works fine:
SELECT * FROM glinks_BuildRelations WHERE cat_id = 284 LIMIT 10,100
Yet when tring to do an update, I get:
UPDATE glinks_BuildRelations SET page_num = 1 WHERE cat_id = 284 LIMIT 10,100
The error is no help:
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 '100' at line 1
What gives?