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

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

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