Skip to content
Advertisement

Need to join but on a secondary table

I have this one view all_people_expanded_view that has all the data needed except 1. The race of client is in race table. But the description is in race_info. I need to join on race on people_id, but really need then to join race on race_info on column race_info_id and then get description. I am stuck on how to make this connection.

this would be fine but it only has race_info_id and not the description which is in the race_info_id table.

Advertisement

Answer

Is this what you’re looking for?

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement