Column contains every element in a value
final res = await supabase
.from('countries')
.select('name, id, main_exports')
.contains('main_exports', ['oil'])
.execute();
final res = await supabase
.from('countries')
.select('name, id, main_exports')
.contains('main_exports', ['oil'])
.execute();
Need some help?
Contact supportLastest product updates?
See ChangelogSomething's not right?
Check system status