ClickHouse/tests/queries/0_stateless/02802_with_cube_with_totals.sql
Nikolai Kochetov 5e87ecf32e Revert "Updating test."
This reverts commit 1a75d3ed46.
2024-04-08 12:59:59 +00:00

3 lines
407 B
SQL

SELECT tuple((2147483648, (-0., 1.1754943508222875e-38, 2147483646, '-9223372036854775808', NULL))), toInt128(0.0001) GROUP BY ((256, toInt64(1.1754943508222875e-38), NULL), NULL, -0., ((65535, '-92233720368547758.07'), 0.9999), tuple(((1., 3.4028234663852886e38, '1', 0.5), NULL, tuple('0.1')))) WITH CUBE WITH TOTALS;
SELECT NULL GROUP BY toUUID(NULL, '0', NULL, '0.0000065535'), 1 WITH CUBE WITH TOTALS;