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