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