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_ru like 't300' OR urun.ID = 't300' OR marka.name like 't300' OR urun.name_ru like '%t300%' OR urun.onDetay_ru like '%t300%' OR urun.tedarikciCode like '%t300%' OR urun.gtin like '%t300%' OR urun.data1 like '%t300%' OR urun.seo like '%t300%' OR urun.name like '%T300%' OR urun.filitre like '%T300%' OR urun.filitre like '%t300%' OR urun.metaKeywords like '%T300%' OR urun.metaKeywords like '%t300%' OR urun.metaDescription like '%T300%' OR urun.metaDescription like '%t300%' OR (urun.name like '%t300%')) AND urun.fiyat >= '0' AND fiyat <= '99999999999' group by urun.catID order by kategori.namePath, urun.name like '% t300 %' desc,urun.name like '%t300%' desc,if(urun.resim = '' or urun.resim is null,1,0),if(urun.stok = 0,1,0),urun.seq desc,urun.ID desc
Unknown column 'kategori.name_ru' in 'WHERE'