Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Case Expresion Then Containing String of Text and attribute result?

$
0
0
I've a case expression that I'd like to look like this, but this isn't working.
I'm trying to have it return text and the value of an attribute in my first THEN.
Instead it returns NULL

[code language="sql"]CASE
WHEN Serv.Type = 'Asse

Viewing all articles
Browse latest Browse all 3145

Trending Articles