|
|
|
Category: SELECT a.cat_id, a.cat_name, a.cat_ishead FROM category a INNER JOIN category b ON a.cat_id=b.parent_cat_id WHERE b.cat_id=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 '' at line 1 (error no: 1064)
|