Contained by value
final data = await supabase
.from('countries')
.select('name, id, main_exports')
.containedBy('main_exports', ['cars', 'food', 'machine']);
final data = await supabase
.from('countries')
.select('name, id, main_exports')
.containedBy('main_exports', ['cars', 'food', 'machine']);
Need some help?
Contact supportLatest product updates?
See ChangelogSomething's not right?
Check system status