J
John
Hi
I have a column of amounts. I need to find the count of the maximum amount.
For example if I have the below records
$10
$9
$8
$9
$10
$9
then the maximum is $10 and the count is 2. How can I do it via a query?
Thanks
Regards
I have a column of amounts. I need to find the count of the maximum amount.
For example if I have the below records
$10
$9
$8
$9
$10
$9
then the maximum is $10 and the count is 2. How can I do it via a query?
Thanks
Regards