Order the results
const { data, error } = await supabase
.from('cities')
.select('name, country_id')
.order('id', { ascending: false })
const { data, error } = await supabase
.from('cities')
.select('name, country_id')
.order('id', { ascending: false })
Need some help?
Contact supportLatest product updates?
See ChangelogSomething's not right?
Check system status