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

Correspond Row Data

$
0
0
Hello:

I have this query:
[code language="sql"]SELECT F.DocumentID, F.[Filename], V.VariableID, V.RevisionNo, V.ValueText
FROM MultipleApproval.dbo.Documents F
INNER JOIN (SELECT DocumentID

Viewing all articles
Browse latest Browse all 3145

Trending Articles