select
  substring_index(substring_index(profile, ',', -2), ',', 1) as age,
  count(1) as number
from
  user_submit
  group by age