Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: sorting return from

by bmann (Priest)
on Sep 02, 2005 at 23:40 UTC ( [id://488816]=note: print w/replies, xml ) Need Help??


in reply to sorting return from

If I read your question right (correct me if I'm wrong, it's a small data sample) you are asking how to sort the results by height, ascending.

If so, it makes the most sense to do it in SQL, ie SELECT Name, Age, Height FROM table ORDER BY Height ASC. Then you could step through it row by row, regardless of the size of the dataset returned.

If it must be sorted in perl, you'll need to either use one of the "fetchall*" methods or loop through all rows to store the full result set before sorting.

HTH

Log In?
Username:
Password:

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

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

    No recent polls found