CASE¶
The CASE
statement goes through conditions and returns a value
when the first condition is met:
CASE
statement will return null if
none of the conditions are met. For example:
is equivalent to:
The CASE
statement goes through conditions and returns a value
when the first condition is met:
CASE
statement will return null if
none of the conditions are met. For example:
is equivalent to: