Match only rows where column is not equal to value.
column
value
The column to filter on
The value to filter by
response = supabase.table("countries").select("*").neq("name", "Albania").execute()