Skip to content

Instantly share code, notes, and snippets.

@gideondsouza
Created August 31, 2012 11:00
Show Gist options
  • Save gideondsouza/3551454 to your computer and use it in GitHub Desktop.
Save gideondsouza/3551454 to your computer and use it in GitHub Desktop.
MoreJoinOperations question 3 on sqlzoo.net
SELECT id,title, yr
FROM movie
WHERE title LIKE '%Star%Trek%'
ORDER BY yr ASC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment