This question already has an answer here:
I know you can do a 1 to 1 relationship in a case statement like such
Select case userID when '12345' Then '12' Else userID End from userInformation
and I don't think you can add 2 criteria in here, but is it possible (if not how could i add a 2nd criteria) to say
Select case userID when '12345' And status is 'Active' Then '12' Else userID End from userInformation
Use a slightly different syntax: