Selecting the record which occur most

wxdqz

New Member
Hi,

If I have a field which has a number value I would like to use an sql statement to select the "number" which occurs most within the table.

eg. 7 7 7 7 8 8 8 9 9 9 might be spread accross 10 records but I want the number 7 to be returned.
 
Back
Top