摘要:
examination表,字段为id, name, course, score,查询每门课的最高分和人数 select course,score,count(*)count from (select * from examinatioin a where score=(select max(scor 阅读全文
posted @ 2018-05-15 15:13
云儿且行且珍惜
阅读(1033)
评论(1)
推荐(0)