Skip to content

Instantly share code, notes, and snippets.

@oleander
Created May 5, 2010 21:15
Show Gist options
  • Save oleander/391444 to your computer and use it in GitHub Desktop.
Save oleander/391444 to your computer and use it in GitHub Desktop.
select artists.* from artists left join (select * from songs limit 10) as s on s.artist_id = artists.id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment