Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Created March 3, 2017 14:15
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 ksakae1216/c7860c030d4f0a9255e76f1252af6ac6 to your computer and use it in GitHub Desktop.
Save ksakae1216/c7860c030d4f0a9255e76f1252af6ac6 to your computer and use it in GitHub Desktop.
SELECT
*
FROM
transaction
,master
WHERE
transaction.id1 = master.id
OR
transaction.id2 = master.id
OR
transaction.id3 = master.id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment