MySQL returned error




Error Description :
Error No : 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 'AND status='Active' ORDER BY category_name ASC' at line 1

SQL Query
SELECT `category_new`.* FROM `category_new` WHERE id!=0 AND parent_id= AND status='Active' ORDER BY category_name ASC