in reply to Database Record Order
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
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Database Record Order
by monktim (Friar) on Dec 31, 2003 at 14:12 UTC | |
by mpeppler (Vicar) on Dec 31, 2003 at 22:19 UTC |