Unload query select item for the query_item expression needs to be assigned a name

A SELECT statement contains a column name that might not be unique.

Modify the SELECT statement to contain a name for each column expression. For example:
SELECT Max(I) Mcol FROM table x