| From: | jwieck(at)debis(dot)com (Jan Wieck) |
|---|---|
| To: | michel(at)michel(dot)enter(dot)it |
| Cc: | jwieck(at)debis(dot)com, pgsql-sql(at)postgreSQL(dot)org |
| Subject: | Re: [SQL] NULL DATE |
| Date: | 1998-10-18 21:02:28 |
| Message-ID: | m0zUzy8-000EBPC@orion.SAPserv.Hamburg.dsh.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)debis(dot)com (Jan Wieck) #
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Taral | 1998-10-18 21:03:59 | RE: [SQL] NULL DATE |
| Previous Message | Jan Wieck | 1998-10-18 20:56:18 | Re: [SQL] NULL DATE |