Guest User

Untitled

a guest
Jul 15th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. select * from osoby where nazwisko like "Chrzanowska"
  2. select g.* from osoby o, goldberg_users g where o.nazwisko like "Chrzanowska" and o.user_id=g.id
Add Comment
Please, Sign In to add comment