Show TOC

-2012: View column list too longLocate this document in the navigation structure

Use

Explanation

In the CREATE VIEW statement, the number of view table columns to be defined must be equal to the number of columns issued as the result of the QUERY expression. In this case, an attempt was made to create more view table columns than columns are available in the QUERY request result.

User Response

Reduce the number of view table columns specified in the SQL statement.