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

need repetition of a table when joined with another table

$
0
0
table1id value1 112 123 134 14table2id1 value11 212 221 312 32in need output as followsid value id1 value11 11 1 212 12 2 22 3 13 null null4 14 null null1 11 1 312 12 2 32 3 13 null null4 14 null nullThanks in advance.

Viewing all articles
Browse latest Browse all 3145

Trending Articles