Guest User

Untitled

a guest
Dec 18th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. Select a.pkid, b.name, c.name, a.rating, a.date
  2. from table1 a, table2 b, table2 c
  3. where a.id1=b.pkid and a.id2=c.pkid;
Add Comment
Please, Sign In to add comment