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.
2 つ以上の列の合計でクエリを並べ替える方法はありますか? いくつかの行の合計に基づいてトップを作成したい[数値]
select num1, num2 from mytable order by num1+num2 desc