Entering content frame

-8034: Order column must be number Locate the document in the library structure

Explanation:

In a QUERY statement in whose outermost QUERY expression there is at least one UNION, INTERSECT or EXCEPT, the ORDER clause must not contain column specifications.

User Response:

Replace the column specifications with the corresponding numbers of the output columns or with the result column name (result_column_name) used in the first QUERY specification of the outermost QUERY expression.

 

Leaving content frame