摘要: MySQL常用函数 聚合函数 count:计数。count(*)≈count(1)>count(主键) count(*):MySQL对count(*)底层优化,count(0)。 count(1) count(主键) count(字段) min:最小值 max:最大值 sum:求和 avg:平均值 阅读全文
posted @ 2022-08-18 19:55 LegendR 阅读(27) 评论(0) 推荐(0)