select b.filter_name , count(*) from at_goods a , at_search_filter b
where a.application REGEXP b.filter_name
group by b.filter_name

04-28 10:44