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.
(p、s)を使用してOracle NUMBER列の最大値と最小値を決定するための簡単な式はありますか?
よくわかりませんが、次のようなものです。
- 10 ** (p - s) から 10 ** (p - s)
p は 10 進数の有効桁数、s はピリオドの後の桁数です。そう
NUMBER(6, 2)
-9999.99 から +9999.99 までの値を格納できます。