![]() |
|
No such thing as a small change | |
PerlMonks |
Re: Database Record Orderby edoc (Chaplain) |
on Dec 30, 2003 at 22:20 UTC ( #317794=note: print w/replies, xml ) | Need Help?? |
The data, which perl outputs isn't in the same order as the database. The database has no inherent order. You must consider query results as being returned from the database in random order (much like keys from a hash) unless you specify an 'order by' clause. cheers, J
In Section
Seekers of Perl Wisdom
|
|