1、一般统计总的条目数是count(*),还有求平均的avg(),最大值max(),最小值min()等等。
2、举个例子:select count(*) from table where 某=某
3、结果显示的是符合某=某条件的条数。