Skip to content

Instantly share code, notes, and snippets.

@smallfield
Created October 17, 2014 04:51
Show Gist options
  • Save smallfield/ee840e1945d10becc569 to your computer and use it in GitHub Desktop.
Save smallfield/ee840e1945d10becc569 to your computer and use it in GitHub Desktop.
SELECT channels.title, videos.title, filename
FROM `videos`
JOIN channels ON videos.channelid = channels.id
WHERE filename IS NOT NULL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment