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

Selecting different columns of joined tables based on certain criteria

$
0
0
I wanted to retrieve single rows of two columns based on a certain criteria after joining multiple tables. To explain it with example, I've this:

[code language="sql"]    SELECT c.colu

Viewing all articles
Browse latest Browse all 3145

Trending Articles