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

From: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
To: Michael Olivier <molivier(at)yahoo(dot)com>, "pgsql-sql postgresql(dot)org" <pgsql-sql(at)postgreSQL(dot)org>
Subject: RE: [SQL] binary operators / C func getting "invalid ELF header"
Date: 1999-01-19 20:46:27
Message-ID: F10BB1FAF801D111829B0060971D839F5F3AE0@cpsmail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> -----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

Browse pgsql-sql by date

  From Date Subject
Next Message frank 1999-01-19 22:25:44 set type and in clause
Previous Message Michael Olivier 1999-01-19 19:15:09 Re: [SQL] binary operators / C func getting "invalid ELF header"