I have a two tables, one that contains basic resource info, with columns and values like:

And a separate table of exta associated values with columns and data like:

What I am trying to do is write a SQL query that will join both and produce a result that is ordered by the “order” key, like so:

I am not sure how to make my join work so that I can both pull the location values and then SORT by the order values from that same table.
And before you ask, no I can’t redesign the db schema, I have to work with this. Any help greatly appreciated!
Try this