Join Discord
Powered by
How do I query for all rows of a table that has a ...
# javascript
s
swiss
03/14/2022, 10:34 PM
How do I query for all rows of a table that has a foreign key, by a column on the table of that foreign key?
swiss
03/14/2022, 10:35 PM
Query rows by column on foreign key table
g
garyaustin
03/14/2022, 10:56 PM
I think this is what you are looking for.
https://supabase.com/docs/reference/javascript/select#filtering-with-inner-joins
Previous
Next