supabase-js query with nested date compare
I'm trying to use a filter inside a join query for products but am getting errors. Here is the query:
which give me the error
so I asked the supabase AI and it gave me another way:
which also gave me an error
Is there a way to do this type of query with the supabase-js client? Looks like I'm on
which give me the error
unexpected '.'so I asked the supabase AI and it gave me another way:
which also gave me an error
unexpected '>'Is there a way to do this type of query with the supabase-js client? Looks like I'm on
^2.45.0.