Subject | Re: AW: [firebird-support] NOT in Firebird |
---|---|
Author | Paul Vinkenoog |
Post date | 2013-07-04T12:40:30Z |
Olaf wrote:
Var2 = 1 - Var1
The outcome is the same, but perhaps this is more obvious than bitwise XORing with 1. And it might execute a wee little faster.
Cheers,
Paul Vinkenoog
> great, exactly what I was looking for. Only 1 and 0 is possible.Then you can also do
Var2 = 1 - Var1
The outcome is the same, but perhaps this is more obvious than bitwise XORing with 1. And it might execute a wee little faster.
Cheers,
Paul Vinkenoog