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

View - failed because it contains a derived or constant field.

$
0
0

I have this View:

Create View xyz As
Select Value,
MAX(Case When Other = 'Color' Then Description Else '' End) Color,
MAX(Case When Other = 'Font' Then Description Else '' End) Font

From Att


Viewing all articles
Browse latest Browse all 3145

Trending Articles