无何

SELECT
    SUBSTR(profile,12,2) age,
    count(*) number 
FROM
    user_submit
GROUP BY
    age;