Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. SELECT TOP 1000 [t2].[ID] AS [t2_ID], [t3].[_type] AS [t3__type], [t2].[CapitalConfirmation] AS [t2_CapitalConfirmation] FROM [LotParticipantFiles] t2 LEFT JOIN [DocumentFiles] t3 ON t3.[ID] = t2.[ID] WHERE t2.[CapitalConfirmation] IN (@p1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement