Guest User

Untitled

a guest
May 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. SELECT c.CustomerID, c.CustomerName
  2. FROM BD1 c (nolock)
  3. WHERE c.Inactive=0
  4. AND c.IsForTesting=0
  5. AND c.CustomerTypeID = 1
Add Comment
Please, Sign In to add comment