I am using DBI library to connect to Oracle dB. I am using fetchrow_hashref() function to retrive data from a select query
The problem I have is the order of the columns in the select query. It is not the same as what I give in the select statement
For eg, suppose I have select e1,e2,e3,e4 from emp; I get the order of the columns as e1,e4,e3,e2 How do I ensure that I get the same order in the resultset as I define in the select query
In reply to Select quuery result sets by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |