Order the query
Orders the result with the specified column.
final data = await supabase
.from('cities')
.select('name, country_id')
.order('id', ascending: false );
Orders the result with the specified column.
final data = await supabase
.from('cities')
.select('name, country_id')
.order('id', ascending: false );
Not to worry, our specialist engineers are here to help. Submit a support ticket through the Dashboard.