Date time insertion - Mailing list pgsql-sql

From Bob Kruger
Subject Date time insertion
Date
Msg-id 3.0.5.32.19990623140654.007d9d60@mindspring.com
Whole thread Raw
List pgsql-sql
I am trying to insert both the date and the time into a datetime field.

If the field datetime in table v1 is dt, then the following successfully
inserts the date into the datetime field:

insert into v1 (date) values ('19990401') ;

However, if I also wanted to retain the time of day, the following does not
work:

insert into v1 (date) values ('199904011530') ;

Any hints?

Thanks in advance.

Regards - Bob Kruger


pgsql-sql by date:

Previous
From: Mark Dalphin
Date:
Subject: Re:Create table doesn't always respect atomicity of transactions
Next
From: Zalman Stern
Date:
Subject: Re: [SQL] Re:Create table doesn't always respect atomicity of transactions