1、一般统计总的条目数是count(*),还有求平均的avg(),最大值max(),最小值min()等等。

2、举个例子:select count(*) from table where 某=某

3、结果显示的是符合某=某条件的条数。

时间:2026-02-23 06:43:02
1、一般统计总的条目数是count(*),还有求平均的avg(),最大值max(),最小值min()等等。

2、举个例子:select count(*) from table where 某=某

3、结果显示的是符合某=某条件的条数。
