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

Pivoting a 2 columns table to a 6 columns table with 1/3 the rows

$
0
0
Hello,

I have a table with 3 columns:

RowNumber integer
xImage Image
xImageDesc nvarchar(30)

I need to flip this into a table with 6 columns where each xImage and xImageDesc from my first table will become 2 columns on m

Viewing all articles
Browse latest Browse all 3145

Trending Articles