I have a table that contains 6 fields of integers. The table currently has
80 records. I would like to find out the five or six most common numbers in
the entire table (all fields, all records). Is this something I could do
with a query, or would I be better off approaching this programmatically
(PHP)?