Hello, I have a simple ItemList that gets "profile" rows from Supabase – the table has a column called ownerd_id
which stores an uuid
of the authenticated user. I want to display all profiles except the one of the authenticated user. See the query attached.
What am I doing wrong?
Thank you very much.