how does NOT work?

Поиск
Список
Период
Сортировка
От tony
Тема how does NOT work?
Дата
Msg-id 1019661559.23158.30.camel@vaio
обсуждение исходный текст
Ответы Re: how does NOT work?  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Список pgsql-general
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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: calling functions in select
Следующее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: how does NOT work?