Previous Topic: FunctionsNext Topic: Description


Column Functions

Following is the syntax diagram for column functions:

►►─┬─┬─ AVG ─┬─ ( ─┬─ ALL ◄expression ─────┬─ ) ─┬────────────────────────────►◄
   │ ├─ SUM ─┤     └─ DISTINCTcolumn-name ─┘     │
   │ ├─ MAX ─┤                                   │
   │ └─ MIN ─┘                                   │
   └─ COUNT ─┬─ (*) ───────────────────┬─────────┘
             └─ (DISTINCTcolumn-name) ─┘