Specifies to return the average of the values in the column or expression. The values must be numeric.
Specifies to return the sum of the values in the column or expression. The values must be numeric.
Specifies to return the largest value in the column or expression.
Specifies to return the smallest value in the column or expression.
Specifies that duplicate values are not to be eliminated before the column function is applied. ALL is the default.
Enter the expression which is to be the argument of the column function. An expression in a column function must include a column name (see the following rules). For more information about expressions, see Expressions.
Specifies that duplicate values are to be eliminated before the column function is applied.
Specifies the column which is the argument of the column function.
Specifies to count all rows in the result table without eliminating duplicates.
Specifies to return the number of distinct values of the named column.
|
Copyright © 2014 CA.
All rights reserved.
|
|