Given the following query: SELECT fc as A, sc as B, TO_BIGINT(tc) as C from....
I want to grab the column names fc,sc,tc from the result set. I do the following: