Using ANY operator in RLS policy
Hi, new to Supabase and SQL so apologies but I'm stuck when trying to implement this policy on the
Here is my current policy:
but throwing "syntax error at or near 'any'". How can I fix this?
missions table. Summarized Allow if user.authorized_missions (Array) contains missions.idHere is my current policy:
any (user.authorized_missions) = missions.idbut throwing "syntax error at or near 'any'". How can I fix this?