Personally I think 'CASE 1' is sufficient, but if there needs to be another command may I suggest OTHERWISE as in the following:
SELECT
CASE $a = 1 (code segment)
CASE $b = 2 (code segment)
OTHERWISE (code segment)
ENDSELECT