查询语句如下,想知道原因是什么:
SELECT cid, max(number), min(number) FROM score GROUP BY cid;
查询一下数据库中是不是有空记录
数据库表有空数据