Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MySQL有max(a,b)功能吗?我的意思是两个数字的简单数学函数。
max(a,b)
你的意思是GREATEST( )
GREATEST(A, b)