Message: select CategoryID,CategoryName,ParentCategoryID,SubSortOrder from MainCategory_tbl where ParentCategoryID = AND Display_F = 1 order by SubSortOrder ASC
Error: 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 Display_F = 1 order by SubSortOrder ASC' at line 1
Errno: 1064