How to display Column Names / Headers when executed SELECT statement?
Set the below Hive property before executing the SELECT statement at hive prompt.
SET hive.cli.print.header=true;
After executing the above statement execute the SELECT statement
No comments:
Post a Comment