摘要: 5.MySQL常用函数 5.1合计/统计函数 5.1.1合计函数-count count 返回行的总数 Select count(*)|count (列名) from table_name [WHERE where_definition] 练习 -- 统计一个班级共有几个学生 SELECT COUN 阅读全文
posted @ 2022-10-03 19:56 一刀一个小西瓜 阅读(150) 评论(0) 推荐(0)