Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Insert date field error #1464

Open
happyjoblzp opened this issue Jul 17, 2018 · 0 comments
Open

Insert date field error #1464

happyjoblzp opened this issue Jul 17, 2018 · 0 comments

Comments

@happyjoblzp
Copy link

default_database=# CREATE TABLE test (shipdate   DATE NOT NULL);
CREATE TABLE
default_database=# insert into test values(date '2011-11-12');
INSERT 0 1
default_database=# select * from test;
  shipdate   
-------------
 50350-04-03
(1 row)
@happyjoblzp happyjoblzp changed the title insert Date field error Insert date field error Jul 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant