Hi Alejondro

> I use ORDER BY, because I want that order in PTemp
> table, so I do not have to order them later (because
> they are retrieved several times later).

If I understand correct ,,,
U can never trust the order ur records get return from DB
(it is indepented of the order u insert records )

with other words , I u are interest in a specific order when
selecting , u MUST use Order By

hope this help

regards

Kim G. Pedersen
macaos/elprint Development
+45 35373808

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

Reply via email to