sparks
2012-03-30 12:48:04 UTC
I am trying to insert data into another database
problem is one column in a table is float .375, .09, .064
destination is decimal(5,1)
should I change the destination to decimal(5,3) or to a float?
I looked at the values in destination and it is 100.0 , 1000.0
,1.0,0.6
like this so I am conserned about reformatting the destination
correctly
problem is one column in a table is float .375, .09, .064
destination is decimal(5,1)
should I change the destination to decimal(5,3) or to a float?
I looked at the values in destination and it is 100.0 , 1000.0
,1.0,0.6
like this so I am conserned about reformatting the destination
correctly