Skip to content

Instantly share code, notes, and snippets.

@vansika
Created June 27, 2019 12:38
Show Gist options
  • Save vansika/b855268e78c09d43df6e8b6630d978e6 to your computer and use it in GitHub Desktop.
Save vansika/b855268e78c09d43df6e8b6630d978e6 to your computer and use it in GitHub Desktop.
SELECT t1.name, t2.name from artist t1 join artust t2 on t1.area = t2.area;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment