title says it all 😉
Monthly Archives: October 2022
eliminate rollup’s null confusion (hint: grouping keyword)
rollup functions,such as cube, identify the rolled up totals by using null for the column they are representing a total for – this gets rather confusing when the column itself has null values in the individual rows – this post will show you how to definitively differentiate between these two cases