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