How do I find the largest value in a column in postgres sql?

后端 未结 4 1607
南方客
南方客 2021-02-03 17:44

For example:

name | weight
jon    100    
jane   120    
joe    130

How do I only return the name of the person with the largest weight?

4条回答
提交回复
热议问题