sql语句select count(*),name from BAS_KNOWLEDGECLASS group by name中count函数拿到数量
count拿到的是有多少行name里面是test,有多少行name里面是公共你一共就2行数据,还分组,那只能分成两组,每组都是1个