 |
Nasz sklep zyskal zaufanie konsumentów:
|
 |
|
 |
 |
1054 - Unknown column 'p.products_id' in 'on clause'
select p.products_id, p.products_image, pd.products_description, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, p.products_price) as products_price from products p , products_description pd left join specials s on p.products_id = s.products_id where products_status = '1' and pd.products_id = p.products_id order by p.products_date_added DESC limit 2
[TEP STOP]
| |