I have a table with several columns filled with data from different parameters. As some of the rows might share the same column values I'd like to extract the most repeating values for each column so I can get a profile of the most common values for each column.
I am using Oracle Databases technology, so... what's the best way to do it?
Best regards!