Guest User

Untitled

a guest
Nov 23rd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. SELECT MAX(DateEnd) FROM Balances WHERE SourceId = " & hResultSource!id
  2.  
  3. SELECT MAX(DateEnd), BalEnd FROM Balances WHERE SourceId = " & hResultSource!id & " GROUP BY BalEnd"
Add Comment
Please, Sign In to add comment