Entering content frame

-8014: Result table must be FOR REUSE Locate the document in the library structure

Explanation:

A named result table which was not created with FOR REUSE was used in the FROM clause of a QUERY statement or SINGLE SELECT statement.

User Action:

Create the named result table with FOR REUSE and reissue the SQL statement.

 

Leaving content frame