How do you add null values to a date array?

update dattable set insDate = '{04/12/2006,'null'}    <-- doesn't work
update dattable set insDate= '{04/12/2006,null}'     <-- doesn't work
update dattable set insDate= '{04/12/2006,''}'         <-- doesn't work

the table field is defined as insDate date[]




thanks


--
Arthur R. Van Hook
Mayor The City of Lake Lotawana

[EMAIL PROTECTED]

(816) 578-4704 - Home
(816) 578-4215 - City
(816) 564-0769 - Cell


---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

              http://www.postgresql.org/docs/faq

Reply via email to