Re: how does NOT work? - Mailing list pgsql-general

From tony
Subject Re: how does NOT work?
Date
Msg-id 1019662612.22848.45.camel@vaio
Whole thread Raw
In response to Re: how does NOT work?  (Jean-Luc Lachance <jllachan@nsd.ca>)
List pgsql-general
On Wed, 2002-04-24 at 17:27, Jean-Luc Lachance wrote:
> Tony,
>  you forgot the NULL entries.
>
> Add the result of:
> select count(*) from individu where type2 is null

The null and ones that don't start with 'a' are the ones I want. I just
wanted to say "list all the individuals who don't have a type2 that
starts with a".

It works if I use more than one character (all the "au%" or all the
"ar%"). Nowhere do I read that there is a 2 character limitation on
wildcard selects.

Cheers

Tony Grant

--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html


pgsql-general by date:

Previous
From: "ARP"
Date:
Subject: Re: how does NOT work?
Next
From: Tom Lane
Date:
Subject: Re: copy from stdin blocks?