|
|
1064 - 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 'GROUP BY p.products_id ORDER BY pd.products_name' at line 1
select p.products_id,pd.products_name from products p, products_to_categories pc, categories c,products_description pd where pc.products_id=p.products_id and p.products_id=pd.products_id and p.products_status = 1 and c.categories_id=pc.categories_id and pc.categories_id=8 and language_id= GROUP BY p.products_id ORDER BY pd.products_name
TEP_DB_ERRORR
|
|