Re: Can we set the precision of decimal column
Hello, My 2 cents? Do not use floats for money, less for billing. It has never been good for any database due to the representation of that number for the computer. It's still the case with Cassandra, and it even seems that internally we have a debate about how we are doing things there: https:/
Can we set the precision of decimal column
Hi, We usually use decaimal data type for money, can we set decimal columns with a specific precision? Thanks.