以此为例: COUNT() 功能:计算某列或某组中的行数。 示例:SELECT name, COUNT(*) AS total_records FROM student GROUP BY name; CO