Update test

This commit is contained in:
Nikolai Kochetov 2023-12-20 11:53:07 +00:00
parent ddb582c8b4
commit cba28c9bd0

View File

@ -1,9 +1,11 @@
-- Tags: long, no-tsan, no-asan, no-ubsan, no-msan, no-debug
CREATE TABLE window_funtion_threading
Engine = MergeTree
ORDER BY (ac, nw)
AS SELECT
toUInt64(toFloat32(number % 2) % 20000000) as ac,
toFloat32(1) as wg,
toFloat32(1) as wg,
toUInt16(toFloat32(number % 3) % 400) as nw
FROM numbers_mt(10000000);