Money data on postgresql using java
I'm writing a java program that mines currency exchange data. The data can
have multiple numbers to the decimal such as "0.973047". After some
research I was able to find out BigDecimal is the right data type for
Java, but which data type should I be using for postgresql?
No comments:
Post a Comment