All Questions
2 questions
0
votes
1
answer
907
views
How to join table many to one via supabase in reactjs?
I have a table where when I test it with the following query select *, category_product from product inner join category on product.category_id = category.id inner join type on product.type_product = ...
0
votes
1
answer
384
views
How to check if an array has one of the objects in the query an throw all the objects inside of it in Supabase
maybe the title of the question is not the best but i don't know how to explain it better in just one line.
So, to have context the best is to see the query that i'm doing in JavaScript for Supabase ...