Add a test

This commit is contained in:
Konstantin Bogdanov 2024-07-25 15:17:59 +02:00
parent 92cca8e65d
commit ae75c99e3f
Signed by: thevar1able
GPG Key ID: DB399448D9FE52F1
2 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
SELECT intDiv(number, 2) AS k, count(toFixedString(toFixedString('hello', 5), 5)) IGNORE NULLS, sumArgMax(number, toString(number % 20)), argMax(toString(number), number) FROM (SELECT number FROM system.numbers LIMIT 65537) WHERE toLowCardinality(toLowCardinality(toNullable(21))) GROUP BY k WITH TOTALS ORDER BY k ASC NULLS FIRST LIMIT 255 SETTINGS group_by_overflow_mode = 'any', totals_mode = 'before_having', max_rows_to_group_by = 100000 FORMAT Null