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

From Nigel J. Andrews
Subject Re: how does NOT work?
Date
Msg-id Pine.LNX.4.21.0204241622090.965-100000@ponder.fairway2k.co.uk
Whole thread Raw
In response to how does NOT work?  (tony <tony@animaproductions.com>)
Responses Re: how does NOT work?
List pgsql-general
On 24 Apr 2002, tony wrote:

> Stange one
>
> select count(*) from individu
>
> count
> 18417
>
> select count(*) from individu where type2 like 'a%'
>
> count
> 12619
>
> select count(*) from individu where type2 not like 'a%'
>
> count
> 81
>
> Clues?

NULLs?

:)

--
Nigel J. Andrews
Director

---
Logictree Systems Limited
Computer Consultants


pgsql-general by date:

Previous
From: tony
Date:
Subject: how does NOT work?
Next
From: Jean-Luc Lachance
Date:
Subject: Re: how does NOT work?