in reply to Oder of HASH ARRAYS
SELECT field1, field2, etc. FROM...
Alternatively, SELECT * will return the data in the order the fields are stored in the table, but again, you need to ask for the results as an array rather than a hash. fetchrow_hashref() is not something I personally find terribly useful.
|
|---|