Re: [SQL] NULL DATE - Mailing list pgsql-sql

From jwieck@debis.com (Jan Wieck)
Subject Re: [SQL] NULL DATE
Date
Msg-id m0zUzy8-000EBPC@orion.SAPserv.Hamburg.dsh.de
Whole thread Raw
In response to Re: [SQL] NULL DATE  (ZioBudda <michel@michel.enter.it>)
List pgsql-sql
>
> On Sun, 18 Oct 1998, Jan Wieck wrote:
> >
> >     -- attribute a will have NULL value
> >     INSERT INTO mytab (b, c) VALUES ('something', 'now');
>
> ok..
> but i have the case
>     INSERT INTO mytab (a,b,c) VALUES(2,'something','now');
>     now i want to set NULL the date item in this tuple.
>

    INSERT INTO mytab (a, b, c) VALUES (2, 'something', NULL);

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#======================================== jwieck@debis.com (Jan Wieck) #

pgsql-sql by date:

Previous
From: ZioBudda
Date:
Subject: Re: [SQL] NULL DATE
Next
From: "Taral"
Date:
Subject: RE: [SQL] NULL DATE