Re: IS NULL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: IS NULL
Дата
Msg-id 5572.1005157469@sss.pgh.pa.us
обсуждение исходный текст
Ответ на IS NULL  (David Link <dlink@soundscan.com>)
Список pgsql-novice
David Link <dlink@soundscan.com> writes:
> Tom Lane wrote:
>> This is a bug.  What version are you using?  Could you supply
>> an exact example of a value that makes it crash?

> bobcat=# select upckey, upc, title, theatre_reldate, genre, subgenre
> from title
>  where upckey = 77703;
>  upckey |     upc      |   title    | theatre_reldate | genre | subgenre
> --------+--------------+------------+-----------------+-------+----------
>   77703 | 339660005072 | HOLLOW MAN | 2000            | 944   | x
> (1 row)

Could I trouble you for the exact datatypes of these columns, too?

            regards, tom lane

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

Предыдущее
От: Jason Earl
Дата:
Сообщение: Re:
Следующее
От: David Link
Дата:
Сообщение: Re: IS NULL