Column is not equal to a value
const { data, error } = await supabase
.from('cities')
.select('name, country_id')
.neq('name', 'The shire')
const { data, error } = await supabase
.from('cities')
.select('name, country_id')
.neq('name', 'The shire')
Not to worry, our specialist engineers are here to help. Submit a support ticket through the Dashboard.