run_sql_errorMySQL Query Error
select a.*,count(distinct b.pid) from product as a,pro_type as b where a.fb=1 and a.id=b.pid and b.type2="Fondue" group by b.pid order by a.CPDate asc,a.ArtNo desc
Disk full (/tmp/#sql_df1d_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")