Hi Tony,

> The UPDATE command does not seem to support
> the ORDER BY part despite it being listed in the
> instructions on the mysql.com website.

This is only supported in versions 4 and above - if you're using 3.23 you
can get away with LIMIT in your update queries, but not ORDER BY.

Cheers
Jon


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to