网站建设知识
mysqlgroupby/having/distinct查询使用例子
2025-07-22 09:54  点击:0

表的内容如下:

select stuid,max(score) from stu_select_class;