Conditional Expressions
A conditional expression is one that returns different values according to how a certain condition is met.It is composed by applying a conditional function construct, of which Firebird supports several.This section describes only one conditional expression construct: CASE
.All other conditional expressions apply internal functions derived from CASE
and are described in Conditional Functions.