mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
to #34966_fix_dateTime_deserialize
This commit is contained in:
parent
3cae0c74d9
commit
79c75d8a71
@ -3,4 +3,4 @@ CREATE TABLE t (a DateTime, b String, c String, d String, e Int32) ENGINE = Memo
|
||||
INSERT INTO t(a, b, c, d ,e) VALUES ('2022-03-31','','','',1);
|
||||
INSERT INTO t(a, b, c, d ,e) VALUES (1648804224,'','','',2);
|
||||
INSERT INTO t(a, b, c, d ,e) VALUES ('2022-03-31 10:18:56','','','',3);
|
||||
select a, e from t;
|
||||
select a, e from t;
|
||||
|
Loading…
Reference in New Issue
Block a user