Member since
02-01-2019
2
Posts
0
Kudos Received
0
Solutions
02-01-2019
07:08 PM
Is there any way to get the aliases in specified format? For example, SELECT c1 AS “Employee ID” from EMPLOYEE; Result of the above query should return as below: Employee ID —————— 1 2 Instead of below employee id —————— 1 2 Thanks in advance
... View more
02-01-2019
03:49 AM
When we have column names in query, always impala returns column names in lowercase. I’d greatfull if you could let us know how to get column names in uppercase. Thanks in advance.
... View more
Labels:
- Labels:
-
Apache Impala