Shop Sports & Outdoors
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 ')) order by p.products_date_added DESC LIMIT 12' at line 1

select distinct p.products_id from products p inner join products_to_categories p2c on p.products_id=p2c.products_id where p.products_status='1' and p.products_quantity > 0 and !isnull(p.products_asset) and p.products_asset !='' and (p2c.categories_id in ()) order by p.products_date_added DESC LIMIT 12

[TEP STOP]