Skip to content

Instantly share code, notes, and snippets.

@gideondsouza
Created August 31, 2012 11:06
Show Gist options
  • Save gideondsouza/3551492 to your computer and use it in GitHub Desktop.
Save gideondsouza/3551492 to your computer and use it in GitHub Desktop.
SELECT a.Name
FROM
casting c
JOIN actor a ON
c.actorid = a.id
Where movieid = 27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment