Guest User

Untitled

a guest
Mar 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. SELECT [main checks].ID, [main checks].Account
  2. FROM [main checks];
  3.  
  4. SELECT DISTINCT [main checks].ID, [main checks].Account
  5. FROM [main checks];
  6.  
  7. SELECT DISTINCT [main checks].Account
  8. FROM [main checks];
Add Comment
Please, Sign In to add comment