Use una sintaxis ligeramente diferente:
Select case WHEN userID = '12345' And status = 'Active' Then '12' Else userID End
from userInformation
Use una sintaxis ligeramente diferente:
Select case WHEN userID = '12345' And status = 'Active' Then '12' Else userID End
from userInformation