Entering content frame

-2013: Select column list too long 

Explanation:

The following reasons are possible:

       1.      In a CREATE VIEW statement, the number of view table columns to be defined must be equal to the number of columns issued as the QUERY expression result. In the present case, there are more columns in the <QUERY request> result than view table columns defined.

       2.      The number of subquery output columns specified in a SET UPDATE clause must be precisely one. In some SQL sessions this restriction also applies to the comparison predicate, quantity comparison prdicate and IN predicate. In the present case, the subquery produced more than one output column.

       3.      An SQL statement for data query was specified. The number of output columns must be less than or equal to 254. This number was exceeded.

User action

       1.      The number of view table columns specified in the CREATE VIEW statement must be increased or the number of output columns of the QUERY expression must be reduced.

       2.      The number of output columns of the subquery must be limited to one.

       3.      The data query statement must be corrected by removing one or more output columns.

 

Leaving content frame