Function | Data Type of Result | Value Returned |
count() | i4 | Number of entries in column |
countu() | i4 | Number of unique entries in column |
sum() | i4, float8, money | Sum of values in column |
sumu() | i4, float8, money | Sum of unique values in column |
avg() | float8, money | Average of values in column |
avgu() | float8, money | Average of unique values in column |
max() | All types | Maximum value in column |
min() | All types | Minimum value in column |
any() | i2 | Returns 1 if any rows satisfy the condition expressed by the argument; 0 if no rows satisfy the condition |