Thread: RE: [SQL] binary operators / C func getting "invalid ELF header"

RE: [SQL] binary operators / C func getting "invalid ELF header"

From
"Jackson, DeJuan"
Date:
> -----Original Message-----
>     result = (~A) & (A ^ B)
I see you got the answer to your question but isn't this the same as
result = (~A) & B