I have a table which contains two columns.
I want to find the maximum multiplication of these two columns and how many of them have this maxmimum value?
I have tried the max of the multiplication of two columns
But it didn't work. Any help will be appreciated.