Column names from query
Hello Everyone,
I need to have a list of all the column names along with data. I found that with query_name.columnlist gives the list, but in sorted order. I want it as it is. Another question, if i fire a query with * ( select * ), how to refer to column, as i'm not aware of column names. Is there any way that query result can be stored in array then reference via index. eg; query_name[0] would give first column.
Thanks,
Tushar Saxena
