![]() |
![]() |
![]() |
|
CASE
Use this command in combination with SELECT, ENDCASE and ENDSELECT to create a select statement.
CASE Data
Data Value
This command does not return a value.
A case statement specifies the value that if matching the contents of the variable, will run the code below it.
SELECT var
|