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 つの数値のパーセンテージ差を見つけなければなりません。
私は式AB /(A + B / 2)を使用しています
いえ
select round( ( A-B)/(A+B/2)) from dual;
ここで、a と b は 2 つの数値です。a と b が 0 の場合、除数はゼロになります。この場合、エラーを回避するために何ができますか? 2 つの等しい数または 0 の差は何パーセントですか?