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)機能がありますか? 2 つの数値からの単純な数学関数を意味します。
max(a,b)
つまり、GREATEST( )
GREATEST(A, b)