Limit the query
Limits the result with the specified count.
final data = await supabase
.from('cities')
.select('name, country_id')
.limit(1);
Limits the result with the specified count.
final data = await supabase
.from('cities')
.select('name, country_id')
.limit(1);
Not to worry, our specialist engineers are here to help. Submit a support ticket through the Dashboard.