ClickHouse/tests/queries/0_stateless/01441_array_combinator.sql

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

2 lines
99 B
MySQL
Raw Normal View History

2022-09-29 19:26:52 +00:00
SELECT number % 100 AS k, sumArray(emptyArrayUInt8()) AS v FROM numbers(10) GROUP BY k ORDER BY k;