Postgresql – Get percentage of non-null values in a table by column
I am using a PostgreSQL table that has 800+ columns. I need to determine which columns have 100% population. I have two fields that I know are fully populated but I need to determine if there are others. I can…