Skip to main content
2 respuestas
  1. 4 nov 2022, 20:13

    Thanks Vignesh,

    Lets say our table has 12 columns (C1, C2, ... C12) and 1000 rows; each column could has many or few null values. How can we build a ranking of columns (fields) with the number (count) of null values that each column has.

     

    Column Name Qty of Null values

    C5 455

    C10 399

    C7 156

    C4 25

    C5 3

    C1 0

    C2 0

    C3 0

    C6 0

    .....

0/9000