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

SQL Query Help - PIVOT or CROSS APPLY?

$
0
0
Hi, I have a dataset that looks like this:
[code language="sql"]
CREATE TABLE [dbo].[PivotData](
    [PayPlan] [nvarchar](255) NULL,
    [CategorySubGroupCode

Viewing all articles
Browse latest Browse all 3145

Trending Articles