PreacherUK
Technical User
I'd like to do something like
Select CASE (field1)
WHEN <> 9 THEN FIELD1
ELSE ' '
END AS IDTYPE1
TSQL does not like this syntax Am I missing something obvious that my tired eyes are not seeing?
Select CASE (field1)
WHEN <> 9 THEN FIELD1
ELSE ' '
END AS IDTYPE1
TSQL does not like this syntax Am I missing something obvious that my tired eyes are not seeing?