[MySQL] Query the total number of people whose scores are greater than 60 in the query table

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

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324873704&siteId=291194637
Recommended