Re: how does NOT work?

Поиск
Список
Период
Сортировка
От ARP
Тема Re: how does NOT work?
Дата
Msg-id 03c301c1eba5$0f174900$0100a8c0@arp.homelinux.org
обсуждение исходный текст
Ответ на how does NOT work?  (tony <tony@animaproductions.com>)
Ответы Re: how does NOT work?  (tony <tony@animaproductions.com>)
Список pgsql-general
I guess select count(*) from individu where type2 is null will return 5717 (18417-12619-81)
Arnaud

----- Original Message -----
From: "tony" <tony@animaproductions.com>
To: "postgres list" <pgsql-general@postgresql.org>
Sent: Wednesday, April 24, 2002 5:19 PM
Subject: [GENERAL] how does NOT work?


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?

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


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org



В списке pgsql-general по дате отправления:

Предыдущее
От: tony
Дата:
Сообщение: Re: how does NOT work?
Следующее
От: tony
Дата:
Сообщение: Re: how does NOT work?