Guest User

Untitled

a guest
Jul 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. SELECT Project_name,
  2. FROM [Table 1]
  3. WHERE Project_id in
  4. (SELECT ID_1, ID_2, ID_3, ID_4, ID_5
  5. FROM [Table 2])
Add Comment
Please, Sign In to add comment