I would like to know which data type should I use (Float, Double, or Long) for a field that would be populated with Numeric(10,1) and another field with Numeric(10,2). Please help.
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Thanks @Deb_Tripathy !
So if the field has any number of decimal points, we always use the same double? Is there a way to limit the number of precision points when we set the attribute in schema so that DB size could be optimized?
Views
Replies
Total Likes
Yes, you should use Double,
There is no way to limit the number of precision digits.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies