Skip to content

Instantly share code, notes, and snippets.

@ArCiGo
Created May 19, 2019 22:24
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 ArCiGo/4f5a00a9990513115ce28aeafa946479 to your computer and use it in GitHub Desktop.
Save ArCiGo/4f5a00a9990513115ce28aeafa946479 to your computer and use it in GitHub Desktop.
SELECT "tn1"."column_name1", "tn1"."column_name2", "tn2"."column_name3"
FROM "table_name1" AS "tn1"
INNER JOIN "table_name2" AS "tn2" ON "tn1"."column_name2" = "tn2"."column_name3";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment