I have a need to store a CRC signed Int32 value in Oracle. What precision should I use for that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Since the max value of a |
|||
|
|
|
32 bits can store 2^32 or slightly more than 4,000,000,000 different numbers, so you'll need a |
|||
|
|