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