Re: [SQL] '' != NULL in PostGres???

Поиск
Список
Период
Сортировка
От James Olin Oden
Тема Re: [SQL] '' != NULL in PostGres???
Дата
Msg-id 81Sep22.163951edt.35713@gateway.lee.k12.nc.us
обсуждение исходный текст
Ответ на Re: [SQL] '' != NULL in PostGres???  (Colin Dick <cdick@mail.ocis.net>)
Список pgsql-sql


> I wonder,
>         Would
>
> insert into users (recno, custid, service) values (0, 0, 0);
>
> also fail?  As far as I can tell, if you don't expressly populate the
> field, it will remain as a null....

I believe that would should fail unless he has set some sort of default
value for the field...james


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

Предыдущее
От: lynch@lscorp.com (Richard Lynch)
Дата:
Сообщение: Re: [SQL] Cursors
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] Re: [SQL] 2 questions.