Count of total not null values from all columns of a table

In this post, we will count not null values from all the columns of a given table. One of my friend asked me to get the count of all not null values from all the columns of a given table. I used a CASE statement in my query and achieved this task but again i thought […]

Count of total not null values from all columns of a table Read More »