RE: [SQL] binary operators / C func getting "invalid ELF header" - Mailing list pgsql-sql

From Michael Olivier
Subject RE: [SQL] binary operators / C func getting "invalid ELF header"
Date
Msg-id 19990120190542.10324.rocketmail@send105.yahoomail.com
Whole thread Raw
List pgsql-sql
"Jackson, DeJuan" <djackson@cpsgroup.com> wrote:
>
> >     result = (~A) & (A ^ B)
> I see you got the answer to your question but isn't this the same as
> result = (~A) & B

Yes, thanks. Now it looks obvious :)

--M

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


pgsql-sql by date:

Previous
From: Ray Racine
Date:
Subject: XML DOM and Postgres
Next
From: James Andrews
Date:
Subject: Getting Table Cell names from select statement.