截取关键信息年龄使用函数 SUBSTRING(string, position, length) 解题: SELECT SUBSTRING(profile,12,2) as age, COUNT(*) from user_submit GROUP by age