Column contains every element in a value
final data = await supabase
.from('countries')
.select('name, id, main_expor')
.contains('main_exports', ['oil']);
final data = await supabase
.from('countries')
.select('name, id, main_expor')
.contains('main_exports', ['oil']);
Not to worry, our specialist engineers are here to help. Submit a support ticket through the Dashboard.