CASE
Syntax
CASE expression
Description
CASE is used in a SELECT CASE statement to determine conditions for running a branch of code.
See
SELECT CASE
.
See also
SELECT CASE