Skip to content

Instantly share code, notes, and snippets.

@brunkb
Created September 27, 2015 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunkb/c5d280e5513610c6bccd to your computer and use it in GitHub Desktop.
Save brunkb/c5d280e5513610c6bccd to your computer and use it in GitHub Desktop.
select b.id, b.title, a.first_name, a.last_name from
Book b inner join
Author a on
b.author_id = a.id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment