Insert NULL date field - Mailing list pgsql-general

From Rick Rosque
Subject Insert NULL date field
Date
Msg-id 371D2F73.A94A0275@flash.net
Whole thread Raw
List 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 by date:

Previous
From: Taravudh Tipdecho
Date:
Subject: unsubscribe
Next
From: Guo Ge
Date:
Subject: tracking postgres