blob: 30604c3da910f55b01b22ae36eb70328da2ed7c6 [file] [log] [blame]
create table t_n34 (a int);
insert into t_n34 values (1),(1),(2);
explain select count(*) from t_n34 group by ();
select count(*) from t_n34 group by ();