Sort Expressions

Sort order can be defined using the ASC (ascending sort) or DESC (descending sort) keywords.

Multiple sort criteria can be used in a single expression. Individual criteria must be comma-separated. For example:

   id ASC, priority ASC, startDate ASC, endDate DESC