Open gfrlv opened 2 years ago
Added an order by clause for ordering by specific fields. The syntax is like SQL: order by FIELD_NAME [asc | desc] either at the end of the query, or all by itself if we want to sort without any filtering.
order by
order by FIELD_NAME [asc | desc]
46
Added an
order by
clause for ordering by specific fields. The syntax is like SQL:order by FIELD_NAME [asc | desc]
either at the end of the query, or all by itself if we want to sort without any filtering.