Johan Höök wrote:

Hi,
the basic thing is that you must never assume anything on what
order you're getting your rows back if you're not using an order by.

This said I guess one way for you to do this is to add a row-number
column, preferbly auto-increment, and then order by that column.

/Johan

or maybe a datetime field and order by the datetime. i was never a big fan of auto-increment. ;-)

--
Arno Coetzee
Developer
Flash Media Group
Office : 2712 342 7595
Mobile : 2782 693 6180


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

Reply via email to