Limit the number of rows returned
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);
Need some help?
Contact supportLatest product updates?
See ChangelogSomething's not right?
Check system status