blob: f5c0af8fa5efa5369f72d1b5a2d711e8d794d6c0 [file] [log] [blame]
create table nulltbl(key int) partitioned by (ds string);
select key from nulltbl where ds='101';
select count(1) from nulltbl where ds='101';