Community

Examine the most common values in every column in a PostgreSQL table

(Kirk Roybal) Here’s a shell script that pivots a PostgreSQL table by the frequency of values in the column contents. It helps me find indicator flags in a poorly described data source by showing me the most frequently used values in a column.

Read More - Register for Free Membership