1021 - Disk full (/tmp/#sql-temptable-198ee-68d30e-200f2.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 != '13329' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_related_code != '' and p.products_related_code = 'FULL UNDERSCARF' order by p.products_new desc, pd.products_name
[TEP STOP]
|