format null on test

This commit is contained in:
udiz 2024-11-18 23:08:48 +00:00
parent ed95e0781f
commit 07fac5808d

View File

@ -3,4 +3,4 @@ SELECT arrayWithConstant(100000000, materialize([[[[[[[[[['Hello, world!']]]]]]]
SELECT length(arrayWithConstant(10000000, materialize([[[[[[[[[['Hello world']]]]]]]]]])));
CREATE TEMPORARY TABLE args (value Array(Int)) ENGINE=Memory AS SELECT [1, 1, 1, 1] as value FROM numbers(1, 100);
SELECT arrayWithConstant(1000000, value) FROM args;
SELECT arrayWithConstant(1000000, value) FROM args FORMAT NULL;