Sorry, I have a question about relation between max value and column name.
My table is shown below:
===========================
basinID StationID Rainfall
LPS C0R540 101.5
LPS C0R600 13.5
LYS 01U050 23
LYS 01U080 3
===========================
I need to find max value on basinID and StationID also show.
the answer is as shown below:
===========================
basinID StationID Rainfall
LPS C0R540 101.5
LYS 01U050 23
===========================
I have tried many methods but finally it is failure.
How should I do ??