I have tables : Sl No
Name Status Time Taken 1 Description In Progress 2 2 StockNumber In Progress 3 3 SpecSheet Completed 3 I want to display all the row of NAME column(i.e:- Description. StockNumber, SpecSheet) as Column name in SQL SERVER using Drill. EXAMPLE:- Description StockNumber SpecSheet Would you please tell me how to acheive this output in Apache Drill.(NOTE:- In SQL SERVER)
