I have an "order" table that has a foreign key to an "offer" table. When I query the "order" table, how can I return the records of the "offer" table?
Supabase: how to query foreign table?
Database & APIs
So far I've created distinct queries for each table, but by doing so in a ListView, I cannot get the foreign records that are linked to the ListView record.
Yes
1
1 reply