ClickHouse/dbms/tests/queries/0_stateless/01030_incorrect_count_summing_merge_tree.reference
Nikita Mikhaylov a3f3a333e2 better test
2019-12-05 12:55:06 +03:00

81 lines
672 B
Plaintext

-- SummingMergeTree with Nullable column without duplicates.
2018-02-01 00:00:00 1
2018-02-02 00:00:00 2
-- 2 2
2
2
-- 2 2
2
2
-- 2 2
2
2
-- 2 2 2 2
2
2
2
2
-- 2 2
2
2
-- SummingMergeTree with Nullable column with duplicates
2018-02-01 00:00:00 4
2018-02-02 00:00:00 6
-- 4 2
4
2
-- 4 2
4
2
-- 4 2
4
2
-- 2 2 2 2
2
2
2
2
-- 2 2
2
2
-- SummingMergeTree without Nullable column without duplicates.
2018-02-01 00:00:00 1
2018-02-02 00:00:00 2
-- 2 2
2
2
-- 2 2
2
2
-- 2 2
2
2
-- 2 2 2 2
2
2
2
2
-- 2 2
2
2
-- SummingMergeTree without Nullable column with duplicates.
2018-02-01 00:00:00 4
2018-02-02 00:00:00 6
-- 4 2
4
2
-- 4 2
4
2
-- 4 2
4
2
-- 2 2 2 2
2
2
2
2
-- 2 2
2
2