| Subject | Re: [firebird-support] Exchange two column values in a single statement... |
|---|---|
| Author | Dmitry Yemanov |
| Post date | 2006-10-02T09:56:15Z |
Milan Babuskov wrote:
Dmitry
>This won't work in the next FB version, so I wouldn't rely on this approach.
> update t1 set a = a+b, b = a-b, a = a-b;
Dmitry