Skip to content

Instantly share code, notes, and snippets.

@Arakaki
Created November 1, 2013 08:11
Show Gist options
  • Save Arakaki/7262266 to your computer and use it in GitHub Desktop.
Save Arakaki/7262266 to your computer and use it in GitHub Desktop.
select *
from db1.book as x,
db2.author as y
where x.id=y.book_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment