RE: Strange behavior on insert

2003-11-20 Thread Chris
EMAIL PROTECTED] Sent: Thursday, November 20, 2003 8:44 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Strange behavior on insert I understand how to use the "Order By" clause on a select, I'm trying to better understand why does this happen on the insert. Jeff >

RE: Strange behavior on insert

2003-11-20 Thread Jeff McKeon
IL PROTECTED] > Subject: Re: Strange behavior on insert > > > On 20 Nov 2003 at 11:12, Jeff McKeon wrote: > > > However when I go to the database and do a "select * from > tablename;" > > the records are in the table in the reverse order!! > > &g

Re: Strange behavior on insert

2003-11-20 Thread Dan Wilterding
On 20 Nov 2003 at 11:12, Jeff McKeon wrote: > However when I go to the database and do a "select * from tablename;" > the records are in the table in the reverse order!! > > Even the auto increment is in reverse order... > If you wish to retrieve the data in a particular order you must use "or