对name进行分组为啥结果是下面这种
会什么不是这样的
select max(age) as age, max(score) as score, 'name' from table group by 'name'注意我写的是引号,你要换成那个符号,因为csdn编辑器有bug