Skip to content

Instantly share code, notes, and snippets.

@ldenson11
Created October 28, 2019 17:25
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 ldenson11/2ccd22aeaa153eaa6da2d447f87b6e32 to your computer and use it in GitHub Desktop.
Save ldenson11/2ccd22aeaa153eaa6da2d447f87b6e32 to your computer and use it in GitHub Desktop.
SELECT a.cost, b.item
FROM prices a
JOIN items b
ON a.item_id = b.item_id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment