When we run a query in hive like:

Select * from myTable limit 10;

We get the results successfully but the column names r not displayed.
Is it possible to display the column names also so the data and the columns can 
be related right away without running a describe table.

Thanks,
Sai

Reply via email to