Subject Re: [firebird-support] Exchange two column values in a single statement...
Author Dmitry Yemanov
Milan Babuskov wrote:
>
> update t1 set a = a+b, b = a-b, a = a-b;

This won't work in the next FB version, so I wouldn't rely on this approach.


Dmitry