Entering content frame

-1110: View definition too long 

Explanation:

The definition of a view table is longer than the space available for it. This error may also occur with a RENAME COLUMN statement when the view definition maintained internally exceeds the maximum length because of the extension of the name.

User Action:

Shorten the view table, for example by using short reference names instead of long table names in the SELECT statement or the search condition.

 

Leaving content frame