Query foreign table twice, once directly, once through join table
The docs https://supabase.com/docs/reference/javascript/select#query-foreign-tables-through-a-join-table almost get me there... But not quite. I need to query
Here are the tables:
I can get the organizer's name
But how would I get the names of each
profiles.name for each player in a game. Not sure how to structure the select().Here are the tables:
I can get the organizer's name
But how would I get the names of each
player?