Limit the query to a range
const { data, error } = await supabase
.from('cities')
.select('name, country_id')
.range(0,3)
const { data, error } = await supabase
.from('cities')
.select('name, country_id')
.range(0,3)
Need some help?
Contact supportLatest product updates?
See ChangelogSomething's not right?
Check system status