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 
"order by" because the database itself does not depend on a sequential 
storage of the records. 
 
Dan Wilterding
[EMAIL PROTECTED]
 




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to