Duplicate output alias 'Item'.

Error 3062

You tried to execute an SQL statement29F05E5 that has more than one alias with the same name.  The following example produces this error:

          SELECT [Last Name] AS Name, [First Name] AS Name FROM Employees;

 

Rename one or more of the aliases, and then try the operation again.

 

See Also

SELECT Statement (SQL)ZUPF0W