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

Insert date field error  #1464

Open
Open
@happyjoblzp

Description

@happyjoblzp
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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions