Skip to content

Instantly share code, notes, and snippets.

@RyanBreaker
Created May 14, 2015 20:53
Show Gist options
  • Select an option

  • Save RyanBreaker/e1533a733b1b299c86f9 to your computer and use it in GitHub Desktop.

Select an option

Save RyanBreaker/e1533a733b1b299c86f9 to your computer and use it in GitHub Desktop.
SELECT
isbn,
title,
price,
imageFilename,
compositeName
FROM tblbooks books
JOIN tblauthors authors
ON tblbooksauthorsxref.isbn = books.isbn AND
tblbooksauthorsxref.authorId = authors.authorId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment