1021 - Disk full (/tmp/#sql-temptable-198ee-68c9d7-6b913.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
select distinct p.products_id, p.products_image, p.products_tax_class_id, p.products_price, pd.products_name, p.products_color_code from products p, products_description pd where p.products_status = '1' and p.products_id != '14088' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_related_code != '' and p.products_related_code = 'ASIL' order by p.products_new desc, pd.products_name
[TEP STOP]
|