CWXQY1252E

MISSINGORDERBYTERM=CWXQY1252E: ORDER BY term does not appear in SELECT.

Explanation

If the ORDER BY clause is used, the element being ordered by must appear in the SELECT clause.

User response

Correct the query statement.