Guest User

Untitled

a guest
Jun 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. SELECT s.*,
  2. th.*,
  3. ta.*
  4. FROM schedule s
  5. INNER JOIN teams th
  6. ON s.homeid = th.teamname
  7. INNER JOIN teams ta
  8. ON s.visitorid = ta.teamname
  9. WHERE s.gameid = 411;
Add Comment
Please, Sign In to add comment