Query : select urun.*,kategori.namePath from urun,kategori,marka where ((1=1 ) AND (urun.userGroup like '%,,%' OR urun.userGroup = '')) AND urun.active=1 AND urun.markaID = marka.ID AND kategori.active=1 AND urun.catID=kategori.ID AND (kategori.name like 'OEM' OR urun.ID = 'OEM' OR marka.name like 'OEM' OR urun.name like '%OEM%' OR urun.onDetay like '%OEM%' OR urun.tedarikciCode like '%OEM%' OR urun.gtin like '%OEM%' OR urun.data1 like '%OEM%' OR urun.seo like '%OEM%' OR urun.name like '%OEM%' OR urun.filitre like '%OEM%' OR urun.filitre like '%OEM%' OR urun.metaKeywords like '%OEM%' OR urun.metaKeywords like '%OEM%' OR urun.metaDescription like '%OEM%' OR urun.metaDescription like '%OEM%' OR (urun.name like '%OEM%')) AND (kategori.idPath like '64/354/387/513%' OR showCatIDs like '%|513|%' OR urun.virtualCatIDs = '513' OR urun.virtualCatIDs like '%,513,%' OR urun.virtualCatIDs like '%,513' OR urun.virtualCatIDs like '513,%') AND urun.fiyat >= '0' AND fiyat <= '99999999999' AND kategori.active = 1 group by urun.catID order by kategori.namePath, urun.name like '% OEM %' desc,urun.name like '%OEM%' desc,if(urun.resim = '' or urun.resim is null,1,0),if(urun.stok = 0,1,0),urun.seq desc,urun.ID desc
Can't create/write to file '/tmp/#sql-temptable-199a1-56375b0-6ae91b.MAI' (Errcode: 28 "No space left on device")