This content has been marked as final.
Show 1 reply
-
1. Re: Select label are not always read
shawkins Sep 7, 2018 10:51 AM (in response to gadeyne.bram)Is this JDBC or ODBC?
With JDBC in the metadata there is both a column name and a label. The column name is supposed to match the non-aliased column.
There's a useJDBC4ColumnNameAndLabelSemantics connection property that can be set to false if you want the label to be reported as the column name.