Unload query select item for the query_item expression needs to be assigned a name
Explanation
A SELECT statement contains a column name that might not be unique.
User response
Modify the SELECT statement to contain a name
for each column expression. For example:
SELECT Max(I) Mcol FROM table x