Greater than a range
final data = await supabase
.from('countries')
.select('name, id, population_range_millions')
.rangeGt('population_range_millions', '[150, 250]');
final data = await supabase
.from('countries')
.select('name, id, population_range_millions')
.rangeGt('population_range_millions', '[150, 250]');
Need some help?
Contact supportLastest product updates?
See ChangelogSomething's not right?
Check system status