Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Select * from tableA inpt, tableB ptbs
  2. where inpt.z='A'
  3. AND (inpt.pid = ptbs.pid
  4. AND inpt.instcd = ptbs.instcd);
  5.  
  6. Select * from tableA inpt, tableB ptbs
  7. where inpt.z='A'
  8. AND inpt.pid = ptbs.pid
  9. AND inpt.instcd = ptbs.instcd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement