Query : select urun.*,kategori.namePath from urun,kategori,marka where ((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 'G%%BRE' OR urun.ID = 'G%%BRE' OR marka.name like 'G%%BRE' OR urun.name like '%G%%BRE%' OR urun.onDetay like '%G%%BRE%' OR urun.tedarikciCode like '%G%%BRE%' OR urun.gtin like '%G%%BRE%' OR urun.data1 like '%G%%BRE%' OR urun.seo like '%G%%BRE%' OR urun.name like '%G%%BRE%' OR urun.filitre like '%G%%BRE%' OR urun.filitre like '%G%%BRE%' OR urun.metaKeywords like '%G%%BRE%' OR urun.metaKeywords like '%G%%BRE%' OR urun.metaDescription like '%G%%BRE%' OR urun.metaDescription like '%G%%BRE%' OR (urun.name like '%G%%BRE%')) AND urun.fiyat >= '0' AND fiyat <= '99999999999' group by urun.catID order by kategori.namePath, urun.name like '% GÜBRE %' desc,urun.name like '%GÜBRE%' desc,if(urun.resim = '' or urun.resim is null,1,0),if(urun.stok = 0,1,0),urun.seq desc,urun.ID desc
Disk full (/var/tmp/#sql_56bf3_13.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")