Home

Column contains every element in a value


final data = await supabase
  .from('countries')
  .select('name, id, main_exports')
  .contains('main_exports', ['oil']);