When I need to save coordinates in DB2, what datatype would be most appropriate?
Asked
Active
Viewed 894 times
1
-
What about decfloat,it s better or worse than decimal? – user3547098 Mar 21 '15 at 16:41
1 Answers
0
Below is a list of all Numeric Datatypes for DB2.
I would use a decimal or decimal float because they will : 1) Provide the ability to enter decimals 2) Give you a datatype that can hold large amounts ( more of the memory would be allocated to the datatype)

CnewBee
- 66
- 5