Querying different schema tables
Hello, could someone help me with querying supabase using javascript sdk?
I have two tables in relationship on different schemas:
This doesn't work for me:
I have two tables in relationship on different schemas:
- "public"."company_profiles"(id, account_id, location)
- "basejump"."accounts"(id, name)
This doesn't work for me: