Less than a range
final data = await supabase
.from('countries')
.select('name, id, population_range_millions')
.rangeLt('population_range_millions', '[150, 250]');
final data = await supabase
.from('countries')
.select('name, id, population_range_millions')
.rangeLt('population_range_millions', '[150, 250]');
Not to worry, our specialist engineers are here to help. Submit a support ticket through the Dashboard.