I am trying to set this col but I get an error:
FirstName + (CASE WHEN LEN(FirstName + LastName) > 0 THEN ' ' ELSE '') + LastName
|
I am trying to set this col but I get an error:
| |||
|
feedback
|
|
You should close CASE with END and also, to my opinion, the following value will be better:
| ||||
feedback
|
missing the end | |||||
|
feedback
|