Match an associated value
Finds all rows whose columns match the specified query
object.
final data = await supabase
.from('cities')
.select('name, country_id')
.match({'name': 'Beijing', 'country_id': 156});
Finds all rows whose columns match the specified query
object.
final data = await supabase
.from('cities')
.select('name, country_id')
.match({'name': 'Beijing', 'country_id': 156});
Need some help?
Contact supportLastest product updates?
See ChangelogSomething's not right?
Check system status