Select * from table works fine. However, selecting from specific columns results in the following error:
"A component name field10 from table already exists"
This error repeats for multiple columns i.e. field10, field17, field18 etc. then eventually shows results.
RESOLUTION #1:
Add an alias to each column queried i.e
select field1 aliasname1,
field2 aliasname2,
.
.
.
from tablename
RESOLUTION #2:
Upgrade to latest version of Toad, which can be downloaded here.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center