CASE

Evaluates a list of conditions and returns one of multiple possible result expressions.

Example:

CASE WHEN logic_expression THEN SomeExpression 
WHEN logic_expression2 THEN SomeExpression2
ELSE SomeOtherExpression END
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.