The ORDER BY clause orders output events in accordance with a property or in accordance with the values of expressions that include properties.
Syntax:
order by sortExpression [asc | desc] [,sortExpression [asc | desc]] [, ...]
In the sortExpression, specify the property, or the expression that includes properties, on which ordering is to be based.
ASC and DESC specify whether ascending or descending order is used.