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

select columns from different tables without join

$
0
0
can you please help answer this?how to join 2 heap tables with out any common fields.for example tbl1 hascol1 12345 and tbl1 2 hascol2abci want the output likecol1 col21 a2 b3 c4 5is this possible with out using row_number()?thanks

Viewing all articles
Browse latest Browse all 3145

Trending Articles