mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Update test
This commit is contained in:
parent
f41183d209
commit
7d55461f8b
@ -1,4 +1,4 @@
|
||||
SELECT arrayStringConcat(arrayMap(x -> transform(x, [1025, -9223372036854775808, 65537, 257, 1048576, 10, 7, 1048575, 65536], ['censor.net', 'googlegooglegooglegoogle', 'test', '', '', 'hello', 'world', '', 'xyz'], ''), arrayMap(x -> (x % -inf), range(number))), '')
|
||||
FROM system.numbers
|
||||
LIMIT 1025
|
||||
FORMAT Null;
|
||||
FORMAT Null; -- { serverError 43 }
|
||||
|
Loading…
Reference in New Issue
Block a user