Re: "IS NOT NULL" != "NOT NULL"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: "IS NOT NULL" != "NOT NULL"
Дата
Msg-id 9708.1011384393@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: "IS NOT NULL" != "NOT NULL"  ("Gregory Wood" <gregw@com-stock.com>)
Список pgsql-general
"Gregory Wood" <gregw@com-stock.com> writes:
> db=> SELECT COUNT(*) FROM pkg_hosts WHERE timestamp_col NOT NULL;
>> | a_expr NOTNULL

> Are NOT NULL and NOTNULL really the same?

I assumed he meant "timestamp_col NOTNULL", because as given it would
certainly go no further than a parse error.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Postgresql monitoring question
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: PL/pgSQL examples?