With a common element
final data = await supabase
.from('countries')
.select('name, id, main_exports')
.overlaps('main_exports', ['computers', 'minerals']);
final data = await supabase
.from('countries')
.select('name, id, main_exports')
.overlaps('main_exports', ['computers', 'minerals']);
Need some help?
Contact supportLatest product updates?
See ChangelogSomething's not right?
Check system status