Re: [SQL] NULL

Поиск
Список
Период
Сортировка
От Bruce Stephens
Тема Re: [SQL] NULL
Дата
Msg-id 87u2mnttmt.fsf@cenderis.demon.co.uk
обсуждение исходный текст
Ответ на NULL  (Goran Thyni <goran@kirra.net>)
Список pgsql-sql
Goran Thyni <goran@kirra.net> writes:

> How about this according to SQL standard:
> 
> CREATE TABLE x { y integer NULL };
> 
> It suppose to mean that NULLs are explicitly allowed in 
> this field.
> Is this required by SQL-92?

No, it's not required.  This came up before with the examples from
"The Practical SQL Handbook".  It would be nice to allow it, but there
was some reason why to do so would be non-trivial, which I forget.
Anyway, it's not in SQL-92.


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [SQL] NULL
Следующее
От: Howie
Дата:
Сообщение: Re: [SQL] how can tell if a column is a primary key?