in reply to Re: Retrieving data with largest count
in thread Retrieving data with largest count
I have purposely left this code not working exactly as required (group is omitted) to give you something to work towards.
Also, your code finds the highest count per item, not per group. Since each item probably only appears once, you're just printing out the input.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Retrieving data with largest count
by Limbic~Region (Chancellor) on Jun 02, 2009 at 17:02 UTC |