add test file

This commit is contained in:
dinosaur 2019-12-22 23:05:05 +08:00
parent 17e1428813
commit daace9d5a7
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

View File

@ -0,0 +1,4 @@
SELECT runningAccumulate(string_state)
FROM (
SELECT argMaxState(repeat('a', 48), 1) AS string_state
)