strangeBrew12
Programmer
Simple question I hope.
I want to do:
CASE WHEN AcctStatus IN ('a','c','o') THEN AcctStatus ELSE NULL END.
Is this the right syntax? Can someone set me on the right path?
Thanks all
JJ
I want to do:
CASE WHEN AcctStatus IN ('a','c','o') THEN AcctStatus ELSE NULL END.
Is this the right syntax? Can someone set me on the right path?
Thanks all
JJ