mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Simpler
This commit is contained in:
parent
f63ed43f21
commit
77373a9381
@ -6,6 +6,6 @@ CREATE TABLE test_table__fuzz_2 (`id` LowCardinality(UInt64), `value` LowCardina
|
||||
|
||||
INSERT INTO test_table__fuzz_2 VALUES (9806329011943062144,'wS6*');
|
||||
|
||||
SELECT arrayMap(x -> (id + (SELECT 1911323367950415347 AS id WHERE arrayMap(x -> (id + 9806329011943062144), [10])[NULL])), [1048575]) FROM test_table__fuzz_2;
|
||||
SELECT arrayMap(x -> (id + (SELECT 1 AS id WHERE arrayMap(x -> (id + 1), [10])[NULL])), [1048575]) FROM test_table__fuzz_2;
|
||||
|
||||
DROP TABLE test_table__fuzz_2;
|
||||
|
Loading…
Reference in New Issue
Block a user