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