Biggest value from two or more fields

后端 未结 5 1055
不思量自难忘°
不思量自难忘° 2020-12-05 01:32

I need to get the biggest value from two fields:

SELECT MAX(field1), MAX(field2)

Now, how can I get biggest value from these two?

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