mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 11:22:12 +00:00
Update 02785_summing_merge_tree_datetime64.sql
This commit is contained in:
parent
f8791a0ea3
commit
f0d4ce4770
@ -10,3 +10,4 @@ INSERT INTO summing_merge_tree_datetime64 SELECT 1 pk, '2023-05-01 23:55:55.100'
|
||||
INSERT INTO summing_merge_tree_datetime64 SELECT 1 pk, '2023-05-01 23:55:55.100' timestamp, 5 value;
|
||||
|
||||
SELECT * FROM summing_merge_tree_datetime64 FINAL;
|
||||
DROP TABLE summing_merge_tree_datetime64;
|
||||
|
Loading…
Reference in New Issue
Block a user