VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Aggregate Functions
In This Topic
    Aggregate Functions
    In This Topic

    The following are aggregate functions currently supported by VistaDB.

    SUM - Adding up all selected entries

    COUNT - Count the number of entries

    COUNT_BIG - Count returning a BIGINT

    AVG - Average of all non-NULL values

    MIN - Minimum value

    MAX - Max value

    STDEV - Standard deviation