Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ma258827
Contributor II
Contributor II

SQL Script column case issue

Hello Everyone,

we are trying to connect to hive database from Qlikview.

Example Script as:

SQL Select row_key as COLUMN1_KEY from table name;

When reload completes i see the loaded column name as column1_key(Small case) where as i was expecting it to be upper case.

 

Any suggestion why is it happening.

 

Thanks,

Manish Madan

 

Labels (2)
4 Replies
rupamjyotidas
Specialist
Specialist

 

Try Preceding Load:

 

Load row_key  as COLUMN1_KEY ;

SQL Select row_key

from table name;

ma258827
Contributor II
Contributor II
Author

Thanks Rupam.. i have implemented the solution already now i am looking for root cause. 

marcus_sommer

Maybe it's a feature/setting form your DB respectively your used driver.

- Marcus

Brett_Bleess
Former Employee
Former Employee

Marcus would be on the right track for root cause on this one, we are simply passing the SQL Select info directly to the database connector driver, so the issue here should be in the driver settings...

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.