Re: [SQL] NULL DATE
| От | jwieck@debis.com (Jan Wieck) | 
|---|---|
| Тема | Re: [SQL] NULL DATE | 
| Дата | |
| Msg-id | m0zUzy8-000EBPC@orion.SAPserv.Hamburg.dsh.de обсуждение исходный текст | 
| Ответ на | Re: [SQL] NULL DATE (ZioBudda <michel@michel.enter.it>) | 
| Список | 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 по дате отправления: