Re: how does NOT work?

From: tony <tony(at)animaproductions(dot)com>
To: Jean-Luc Lachance <jllachan(at)nsd(dot)ca>
Cc: postgres list <pgsql-general(at)postgresql(dot)org>
Subject: Re: how does NOT work?
Date: 2002-04-24 15:36:52
Message-ID: 1019662612.22848.45.camel@vaio
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-04-24 15:40:15 Re: copy from stdin blocks?
Previous Message ARP 2002-04-24 15:31:07 Re: how does NOT work?