mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fixup
This commit is contained in:
parent
1b49feae6b
commit
bfa9a8efb2
@ -22,7 +22,7 @@
|
||||
</substitutions>
|
||||
|
||||
<create_query>
|
||||
CREATE TEMPORARY TABLE sum_map_{scale} AS
|
||||
CREATE TABLE sum_map_{scale} AS
|
||||
SELECT
|
||||
arrayMap(x -> (x % 23), range(50)) AS key,
|
||||
arrayMap(x -> intDiv(number, x + 1), range(50)) AS val
|
||||
|
Loading…
Reference in New Issue
Block a user