This commit is contained in:
Xiaofei Hu 2024-05-02 19:59:37 -07:00
parent 8ab8fab837
commit 21145e4fb7
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
all_1_1_0 timestamp DateTime \N \N
all_1_1_0 x UInt32 2023-05-23 00:00:00 2023-05-23 00:00:00
all_1_1_0 y String 2023-04-24 00:00:00 2023-04-24 00:00:00
all_1_1_0 x UInt32 2100-02-01 00:00:00 2100-02-01 00:00:00
all_1_1_0 y String 2100-01-02 00:00:00 2100-01-02 00:00:00
all_1_1_0 z String \N \N

View File

@ -10,7 +10,7 @@ ENGINE = MergeTree
ORDER BY tuple();
INSERT INTO test_03143 VALUES ('2023-04-23', 123, 'Hello, world!', 'xxx yyy');
INSERT INTO test_03143 VALUES ('2100-01-01', 123, 'Hello, world!', 'xxx yyy');
SELECT
name,