zzapper wrote:
> Hi,
> Final whinge: I wish the mysql website made it a little clearer
which > features are recent additions, I suggested color coding.
Philippe Poelvoorde wrote:
<snip>
> I reckon, it's a bit hidden in the middle :
> "Starting with MySQL 4.0.4, you can also perform UPDATE operations
> that cover multiple tables:"
> in :
> http://dev.mysql.com/doc/mysql/en/update.html
I don't think it's hidden at all. Looking at the manual page detailing
DELETE syntax, <http://dev.mysql.com/doc/mysql/en/delete.html>, the very
first sentence describing multiple-table delete statements is, "From
MySQL 4.0, you can specify multiple tables in the DELETE statement to
delete rows from one or more tables depending on a particular condition
in multiple tables."
Michael