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("planets").select("*").neq("name", "Earth").execute()