peloton icon indicating copy to clipboard operation
peloton copied to clipboard

Insert date field error

Open happyjoblzp opened this issue 6 years ago • 0 comments

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 avatar Jul 17 '18 04:07 happyjoblzp