| New Products For February |
|---|
1054 - Unknown column 'p.SITE_NAME' in 'where clause'
SELECT distinct p.products_id, pd.products_name FROM products p left join products_to_categories p2c on (p.products_id = p2c.products_id) left join categories c on (p2c.categories_id = c.categories_id), products_description pd WHERE c.parent_id = '24' AND p.SITE_NAME = '1' and p.products_id = pd.products_id and pd.language_id = '1' ORDER BY p.products_date_added DESC LIMIT 9
[TEP STOP]
|