MySQL ERROR:
Error Number: 1064
Description: 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 'ORDER BY cat_name' at line 1
Query: SELECT cat_name, cat_id, parent_id FROM exp_categories WHERE cat_id = ORDER BY cat_name;