Insert NULL date field

Поиск
Список
Период
Сортировка
От Rick Rosque
Тема Insert NULL date field
Дата
Msg-id 371D2F73.A94A0275@flash.net
обсуждение исходный текст
Список pgsql-general
I have a table in postgresql 6.4.2 that has date fields. I'm trying to
insert a null into the date field and cannot find any docs on how to do
this. Can someone please give me some help.

insert into employee ( empnumber, hiredate, terminationdate ) values (
4, '04/19/99', NULL )

the above NULL does not seem to work.

Thanks in advance


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

Предыдущее
От: Taravudh Tipdecho
Дата:
Сообщение: unsubscribe
Следующее
От: Guo Ge
Дата:
Сообщение: tracking postgres