SOLVED] How to cast an RPC with array? [FEATURE PROPOSAL]

Solved on this issue:

"SETOF record"

https://github.com/supabase/supabase/discussions/5668

Would be pretty nice to add this to the interface on advance rpc options ❤️
GitHub
select * from user_data t1 where t1."userId" not in (select match_request_to from matches_data where match_request_from in(uid)) I'm using this to fetch multiple records b...
Was this page helpful?