1021 - Disk full (/tmp/#sql-temptable-84578-608150-8b005e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
select p.products_id, p.manufacturers_id, p.products_image, p.products_price as old_products_price, if(s.status, s.specials_new_products_price, p.products_price) as products_price from orders_products opa, orders_products opb, orders o, products p left join specials s on p.products_id = s.products_id where opa.products_id = '720' and opa.orders_id = opb.orders_id and opb.products_id != '720' and p.products_free_gift_status = '0' and p.products_third_party_status = '0' and opb.products_id = p.products_id and opb.orders_id = o.orders_id and p.products_status = '1' and p.products_enquiry_status = '0' group by p.products_id order by o.date_purchased desc limit 5
[TEP STOP]