【MySQL】查询表中分数大于60分的总人数

select count(*) from table_name where score>60;

posted @ 2018-04-26 08:38  foreverlove~  阅读(6119)  评论(0)    收藏  举报