select regexp_substr(regexp_replace(profile,'^.*kg,',''),'^.{2}')
as age,count(*) as number
from user_submit
group by age;