Python: Column is not equal to a value

Match only rows where column is not equal to value.

Parameters

Examples

With `select()`

response = supabase.table("countries").select("*").neq("name", "Albania").execute()