mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Fixed bad test #3837
This commit is contained in:
parent
36f679f59a
commit
368b5f965e
@ -10,3 +10,5 @@ INSERT INTO test.rollup_having VALUES ('a', 'b');
|
||||
|
||||
SELECT a, b, count(*) FROM test.rollup_having GROUP BY a, b WITH ROLLUP HAVING a IS NOT NULL;
|
||||
SELECT a, b, count(*) FROM test.rollup_having GROUP BY a, b WITH ROLLUP HAVING a IS NOT NULL and b IS NOT NULL;
|
||||
|
||||
DROP TABLE test.rollup_having;
|
||||
|
Loading…
Reference in New Issue
Block a user