working as designed...
http://www-01.ibm.com/support/knowledgecenter/SSULQD_7.0.3/com.ibm.nz.dbu.doc/r_dbuser_data_types_approximate_numeric.html?lang=en
float with precision less than 6 are equivalent to 6; precision 7 - 15 are equivalent to 15.
float(6) = float4
float(15) = float8
we don't offer the float datatype, instead we cut right to float4 or float8
Issue #11234 |
Closed |
Invalid |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
working as designed...
http://www-01.ibm.com/support/knowledgecenter/SSULQD_7.0.3/com.ibm.nz.dbu.doc/r_dbuser_data_types_approximate_numeric.html?lang=en
float with precision less than 6 are equivalent to 6; precision 7 - 15 are equivalent to 15.
float(6) = float4
float(15) = float8
we don't offer the float datatype, instead we cut right to float4 or float8