mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
add test file
This commit is contained in:
parent
17e1428813
commit
daace9d5a7
@ -0,0 +1 @@
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
@ -0,0 +1,4 @@
|
||||
SELECT runningAccumulate(string_state)
|
||||
FROM (
|
||||
SELECT argMaxState(repeat('a', 48), 1) AS string_state
|
||||
)
|
Loading…
Reference in New Issue
Block a user