-8014: Result table must be FOR REUSE
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.