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 'j' OR urun.ID = 'j' OR marka.name like 'j' OR urun.name like '%j%' OR urun.onDetay like '%j%' OR urun.tedarikciCode like '%j%' OR urun.gtin like '%j%' OR urun.data1 like '%j%' OR urun.seo like '%j%' OR urun.name like '%J%' OR urun.filitre like '%J%' OR urun.filitre like '%j%' OR urun.metaKeywords like '%J%' OR urun.metaKeywords like '%j%' OR urun.metaDescription like '%J%' OR urun.metaDescription like '%j%' OR (urun.name like '%j%')) AND urun.fiyat >= '0' AND fiyat <= '99999999999' group by urun.catID order by kategori.namePath, urun.name like '% j %' desc,urun.name like '%j%' 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-5680c15-12ec6c.MAI' (Errcode: 28 "No space left on device")