On Fri, 17 Oct 2003 01:04:48 -0700 (PDT), Nagib Abi Fadel
<[EMAIL PROTECTED]> wrote:
>Is there a XOR logical operator in Postgresql
Yes: !=
Servus
Manfred
---(end of broadcast)---
TIP 6: Have you searched our list archives?
http://
On Fri, 17 Oct 2003, Nagib Abi Fadel wrote:
> Is there a XOR logical operator in Postgresql, or a
> function for XOR ??
>
> I only found in the docs a Binary XOR (#).
>
> I need to do the following checkup:
> (field1 is NULL XOR field2 is NULL XOR filed3 is NULL)
Good idea. hmmm
CREAT
Hello,
PostgreSQL hasn't logical operator XOR. But You can find it in cookbook
http://www.brasileiro.net/postgres/cookbook/view-recipes.adp?section_id=41&format=long
Regards
Pavel
On Fri, 17 Oct 2003, Nagib Abi Fadel wrote:
> Is there a XOR logical operator in Postgresql, or a
> function for
Is there a XOR logical operator in Postgresql, or a
function for XOR ??
I only found in the docs a Binary XOR (#).
I need to do the following checkup:
(field1 is NULL XOR field2 is NULL XOR filed3 is NULL)
i can't right it like this:
(
(field1 is NUll or field2 is NUll)
and (field1 is NUll or fi