Displaying amt with 3 decimal points
745924Feb 9 2010 — edited Feb 9 2010Hi,
I have a column amt of datatype number.
Sample values - 1000, 1000.12, 1456.124,1234.2346
How do I display the amt with 3 decimal points.
ie, 1000.000, 1000.120, 1456.124,1234.234
Thanks.