Hello:
I have this query:
[code language="sql"]SELECT DISTINCT F.DocumentID, F.[Filename], F.LatestRevisionNo, V.ValueText, V.VariableID
FROM ACME.dbo.Documents F
<
I have this query:
[code language="sql"]SELECT DISTINCT F.DocumentID, F.[Filename], F.LatestRevisionNo, V.ValueText, V.VariableID
FROM ACME.dbo.Documents F
<