少し異なる構文を使用してください:
Select case WHEN userID = '12345' And status = 'Active' Then '12' Else userID End
from userInformation
少し異なる構文を使用してください:
Select case WHEN userID = '12345' And status = 'Active' Then '12' Else userID End
from userInformation