在行和回显数字和列名称中查找最高值

Dar*_*ren 5 mysql row max

经过几个小时后,我找不到答案.

首先我的桌子

  id | one | two | three | four | five | galname
-------------------------------------------------
  1  |  2  |  5  |   23  |  4   | 5    |  Bob
Run Code Online (Sandbox Code Playgroud)

如何在行中找到最高值并显示colomun名称.

three - 23
Run Code Online (Sandbox Code Playgroud)