Conditional Expressions
Conditional expressions return values that depend on the outcome of conditional tests. This
diagram shows the syntax for Conditional Expressions.
Conditional Expressions (1) |--+-| CASE Expressions |------+--------------------------------| | (2) | +-| COALESCE Function |-----+ | (3) | +-| NVL Function |----------+ | (4) | +-| NVL2 Function |---------+ | (5) | +-| NULLIF Function |-------+ | (6) | '-| DECODE Function |-------'
Notes:
- See CASE Expressions
- See COALESCE Function
- See NVL Function
- See NVL2 Function
- See NULLIF Function
- See DECODE Function