Ultimi Arrivi
1030 - Got error 28 from storage engine
select DISTINCT p.products_id, trim(substring(pd.products_name, 1, 45)) as products_name, p.products_pdf1, p.products_file1, p.products_video1, p.products_model, p.products_image, p.products_price, trim(substring(pd.products_description, 1, 120)) as products_description, p.products_tax_class_id, p.products_date_added, p.products_quantity from products p, categories c, products_to_categories p2c, products_description pd where c.categories_status=1 and p.products_id = p2c.products_id and c.categories_id = p2c.categories_id and p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '4' order by p.products_date_added DESC, pd.products_name limit 16
[TEP STOP]