Subject | Re: [firebird-support] Re: Update format |
---|---|
Author | Ann W. Harrison |
Post date | 2008-05-02T22:36:25Z |
Joao Henrique Levada wrote:
non-standard extensions, it's pretty intuitive and useful in
simple cases, but leads to very odd corner conditions.
Regards,
Ann
>>It's a common, but non-standard extension to SQL. Like many
>> I am migrating an application from MySQL to FB2.0.3 (on Linux).
>> Can not solve the following query:
>>
>> UPDATE tambe1 T1
>> INNER JOIN table2 T2
>> ON T1.id = T2.id
>> SET T1.value = T2.value
>> WHERE T1.id = 199522
>>
>>
> I never seen a update with a inner join.
>
> Can this be?
>
non-standard extensions, it's pretty intuitive and useful in
simple cases, but leads to very odd corner conditions.
Regards,
Ann