Update group_by_sundy_li.xml

This commit is contained in:
Alexander Kuzmenkov 2021-02-03 12:22:02 +03:00 committed by GitHub
parent 85f8918753
commit 53052f7040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
)
ENGINE = MergeTree
PARTITION BY d
ORDER BY d, n
ORDER BY (d, n)
</create_query>
<fill_query>insert into a select '2000-01-01', ['aa','bb','cc','dd'][number % 4 + 1], number from numbers_mt(100000000)</fill_query>