I am making a Table in HTSQL, which results like:
Name Total_Calls Successful_Calls Failed_Calls
John 9 5 4
Where as I want to merge the headers like:
C A L L S
Name Total Successful Failed
John 9 5 4