Top
Interstage Big DataComplex Event Processing Server V1.1.0 Developer's Reference
FUJITSU Software

1.2.7 ORDER BY Clause

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.