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
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