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