摘要: 一.聚合函数 1.sum()求和 select sum(age)from 库名 2,。count ()统计有多少条记录 select count(*)from 库名 3.avg() 求平均值 select avg(age)from 库名 4. max ()求最大值 select max(age)fr 阅读全文
posted @ 2022-05-24 18:49 兔八哥hyd 阅读(78) 评论(0) 推荐(0)