Skip to content
Advertisement

SQL Server 2008 R2 split one row of results into two rows

In simple terms the table (t1) looks like this:

I’d like to get results from the table that looks like this:

Thanks

Advertisement

Answer

You may try simple query, using operator Union:

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement