 |
 |
Languages |
|
 |
Divisions |
|
 |
Banners |
|
|
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 'and p2c.products_id=p.products_id and p2c.categories_id=c.categories_id and pd.l' at line 1
select distinct p.products_date_added,pd.products_description,p.products_image from products p, categories c, products_to_categories p2c, products_description pd, categories_description cd where c.categories_id=cd.categories_id and p.products_id=pd.products_id and c.categories_id= and p2c.products_id=p.products_id and p2c.categories_id=c.categories_id and pd.language_id=1 and p.products_status=1 order by products_date_added desc
[TEP STOP]
|