Package io.vertx.tp.atom.cv.sql
Interface SqlWord.Aggregate
- Enclosing interface:
- SqlWord
public static interface SqlWord.Aggregate
聚集函数
-
Field Summary
Fields
-
Field Details
-
COUNT
0.统计函数- See Also:
-
MAX
1.最大值- See Also:
-
MIN
2.最小值- See Also:
-
SUM
3.求和- See Also:
-
AVG
4.求平均值- See Also:
-