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