ClickHouse/tests/queries/0_stateless/01051_aggregate_function_crash.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
105 B
MySQL
Raw Normal View History

2019-12-22 15:05:05 +00:00
SELECT runningAccumulate(string_state)
FROM (
SELECT argMaxState(repeat('a', 48), 1) AS string_state
)