Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Select quuery result sets

by pajout (Curate)
on Aug 23, 2010 at 09:11 UTC ( [id://856663]=note: print w/replies, xml ) Need Help??


in reply to Select quuery result sets

fetchrow_hashref returns hashref. That referenced hash (like as every hash) has not defined order. This is just set of key-value pairs.

If you want to obtain db data in specified order, use fetchrow_arrayref() or similar functions.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://856663]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-20 02:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found