This commit is contained in:
Alexander Kuzmenkov 2020-06-30 08:55:37 +03:00
parent 1b49feae6b
commit bfa9a8efb2

View File

@ -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