List:General Discussion« Previous MessageNext Message »
From:Philippe Poelvoorde Date:April 28 2005 8:48am
Subject:Re: Multi Table Delete in 3.23.47
View as plain text  
Michael Stassen wrote:
> 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
> 

Well, let's say it's a matter of view and subject to interpretation...
On top we have :
"Multiple-table syntax:

UPDATE [LOW_PRIORITY] [IGNORE] table_references
     SET col_name1=expr1 [, col_name2=expr2 ...]
     [WHERE where_definition]
"
without any reference to 4.0.4
which is half-way in the middle. So when I quickly look at the syntax, I 
don't see it ;)

-- 
Philippe Poelvoorde
COS Trading Ltd.
Thread
Multi Table Delete in 3.23.47zzapper27 Apr
  • Re: Multi Table Delete in 3.23.47zzapper27 Apr
    • Re: Multi Table Delete in 3.23.47Philippe Poelvoorde27 Apr
  • Re: Multi Table Delete in 3.23.47zzapper27 Apr
    • Re: Multi Table Delete in 3.23.47zzapper27 Apr
    • Re: Multi Table Delete in 3.23.47Jigal van Hemert27 Apr
    • Re: Multi Table Delete in 3.23.47Philippe Poelvoorde27 Apr
      • Re: Multi Table Delete in 3.23.47Michael Stassen27 Apr
        • Re: Multi Table Delete in 3.23.47Philippe Poelvoorde28 Apr
  • Re: Multi Table Delete in 3.23.47zzapper27 Apr