With a common element
final res = await supabase
.from('countries')
.select('name, id, main_expor')
.overlaps('main_exports', ['computers', 'minerals'])
.execute();
final res = await supabase
.from('countries')
.select('name, id, main_expor')
.overlaps('main_exports', ['computers', 'minerals'])
.execute();
Not to worry, our specialist engineers are here to help. Submit a support ticket through the Dashboard.