Skip to content

Instantly share code, notes, and snippets.

@dewski
Created February 22, 2011 05:59
Show Gist options
  • Save dewski/838282 to your computer and use it in GitHub Desktop.
Save dewski/838282 to your computer and use it in GitHub Desktop.
mysql_query("SELECT Events.* FROM Events INNER JOIN Artists ON Artists.id = Events.artist_id WHERE LOWER(Artists.name) = 'green day'")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment