The issue is when querying a table created using Aqua Data Studio in our IBM DB2 database, column names can't be specified unless I use the system name. Tables made a short time ago don't have this issue. The query can find the column names just fine in them. There also is not a problem using wildcards and the column names display just fine. For clarity:
- this works : SELECT * FROM WUNITS.DVIRS
- this works : SELECT ID___00001 FROM WUNITS.DVIRS
- This doesn't : SELECT Id FROM WUNITS.DVIRS
- This does work for older tables created the same way : SELECT Id FROM WUNITS.DVIRS
Here is a screenshot of the column definitions
What am I doing wrong?


describe table WUNITS.DVIRSand edit your question with the result