blob: 4a58ed514ab175311c94edaeb3b2877f0f9a829c [file] [log] [blame]
create table tstnullinut(a string, b string);
select x.* from tstnullinut x;
select x.a, count(1) from tstnullinut x group by x.a;