Home

Column is not equal to a value


const { data, error } = await supabase
  .from('cities')
  .select('name, country_id')
  .neq('name', 'The shire')