ken5678
07-07-2009, 02:22 AM
version pdi-ce-3.2.0-stable
mysql version 5.0.27
table input step
column type decimal(7.3)
data preview
0.812 -> 0.8
1.985 -> 2
37.187 -> 37.2
It rounds it off by the second digit of the decimal point.
So that it is not rounded off
table input step -> insert/update step
The value enters correctly.
table input step -> Execute SQL script
It is rounded off.
For no half-adjust
mysql version 5.0.27
table input step
column type decimal(7.3)
data preview
0.812 -> 0.8
1.985 -> 2
37.187 -> 37.2
It rounds it off by the second digit of the decimal point.
So that it is not rounded off
table input step -> insert/update step
The value enters correctly.
table input step -> Execute SQL script
It is rounded off.
For no half-adjust