How would I run this query in supabase js? ``` sel...
# sql
u
How would I run this query in supabase js?
Copy code
select user_access.id, profiles.avatar from user_access inner join profiles on user_access.user_id = profiles.id