Skip to content

Query CSV output with duplicate column names eliminate subsequent data from output. #477

@m-tyler

Description

@m-tyler

Query output with duplicate column names eliminate subsequent data from output.

Reproduce able using
CSV:select ST.*,'~~~~~~~~~~',SP.TABLE_SCHEMA,SP.TABLE_NAME from QSYS2.SYSTABLES ST inner join QSYS2.SYSPARTITIONSTAT SP on ST.TABLE_SCHEMA = SP.TABLE_SCHEMA and ST.TABLE_NAME = SP.TABLE_NAME and ST.TABLE_SCHEMA = 'ILEDITOR

If you rename the disappearing column in the query it does show up.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions