Guest User

Untitled

a guest
Oct 23rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. SELECT a.*
  2. FROM tableA a
  3. // ...
  4. WHERE atr_a = 1 AND atr_b = 2
  5.  
  6. SELECT *
  7. FROM tableA a
  8. JOIN tableB b ON a.t_id = b.user_id
Add Comment
Please, Sign In to add comment