-125 An integer in the ORDER BY clause must identify a column of the result.

Explanation

The ORDER BY clause in the statement contains a column number that is either less than one or greater than the number of columns of the result table (the number of items in the SELECT clause). The statement cannot run.

User response

Correct the syntax of the ORDER BY clause. Ensure that each column identifier properly denotes a column of the result table.