如果我下面的代码里,c字段有一半是空的,会怎么样?
SUM(if(aaa is not null,1,0)) OVER(PARTITION BY bbb,ccc) AS ddd
空的划分为一组,如:bbb,ccc;bbb,null