You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: