Previous Topic: ExpressionsNext Topic: CASE


Expression

   ┌─ c ───────────────────────────────┐
►►─▼─┬─────┬─┬─ function ────────────┬─┴──────────────────────────────────────►◄
     ├─ - ─┤ ├─ (expression) ────────┤
     └─ + ─┘ ├─ CASE expression ─────┤
             ├─ COALESCE expression ─┤
             ├─ NULLIF expression ───┤
             ├─ CAST expression ─────┤
             ├─ literal ─────────────┤
             ├─ column-name ─────────┤
             ├─ host-variable ───────┤
             ├─ special-register ────┤
             ├─ labeled-duration ────┤
             ├─ SQL-parameter ───────┤
             └─ SQL-variable ────────┘

Expansion of c

├──┬─ * ─┬────────────────────────────────────────────────────────────────────┤
   ├─ \ ─┤
   ├─ - ─┤
   └─ + ─┘

Notes: