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