select urun_adi,hatali_islem_total from(urun_adi, count(*) as hatali_islem_total from as from table_name where islem_sonuc=2 group by urun_adi) limit 1 order by hatali_islem_total desc