Is there a trick to remember the sort order?  I want
to update some field to be the ordinal of the record according
to some sort criteria.

        update record set ordinal=CURRENT_ROW() order by xx


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

Reply via email to