Skip to content

Instantly share code, notes, and snippets.

@nicysneiros
Last active April 13, 2017 20:35
Show Gist options
  • Save nicysneiros/78706105daa0642dfe76c59196e05d26 to your computer and use it in GitHub Desktop.
Save nicysneiros/78706105daa0642dfe76c59196e05d26 to your computer and use it in GitHub Desktop.
SELECT u.name, u.gender, u.age
FROM User u, Likes c, Page p
WHERE p.name = ”The Beatles”
AND p.ID = c.ID_Page
AND c.ID_User = u.ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment