Re: [GENERAL] Empty date field !

From: Peter Eisentraut <peter(at)pathwaynet(dot)com>
To: Erik Colson <beaver(at)glo(dot)be>
Cc: Postgres-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: [GENERAL] Empty date field !
Date: 1999-07-06 22:54:40
Message-ID: Pine.LNX.4.10.9907061853540.518-100000@saxony.pathwaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 6 Jul 1999, Erik Colson wrote:

> Hello !
>
> I'm desperately searching how to UPDATE a date-field with an empty value ?
>
> I really just want to clear a date field !

UPDATE table SET field_of_type_date = NULL [ WHERE condition ];

--
Peter Eisentraut
PathWay Computing, Inc.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jackson, DeJuan 1999-07-06 23:03:20 RE: Fw: Re[2]: [GENERAL] Joins and links
Previous Message Peter Eisentraut 1999-07-06 22:41:41 Re: [GENERAL] one problem