Just a Question

Поиск
Список
Период
Сортировка
От Bosco Ng
Тема Just a Question
Дата
Msg-id F87wVN7miR9Odutox7n00005d99@hotmail.com
обсуждение исходный текст
Список pgsql-hackers
Sorry, just a question, maybe I should ask somewhere else.

Is there any difference (like cost, efficiency, execution paths...) between
this sql:

select b
from a
where b is not null

and this sql:

select b
from a
where not b is null


Just curious.

Thanks for your answer

Bosco



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx



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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: multibyte support by default
Следующее
От: Louis-David Mitterrand
Дата:
Сообщение: Re: Index Scans become Seq Scans after VACUUM ANALYSE