johncassell
Well-known member
Hello,
I have a table with a column I would like to use for peoples hourly pay. It would never be more than £99.99 and obviously would never go into 3 decimal places.
In my table i have specified the format as smallmoney and directly entered 10.52 - it stored as 10.5200.
I then changed format to numeric(2,2) which also stored it as 10.5200.
How can I force it to be 2 decimal places?
Thanks
John
I have a table with a column I would like to use for peoples hourly pay. It would never be more than £99.99 and obviously would never go into 3 decimal places.
In my table i have specified the format as smallmoney and directly entered 10.52 - it stored as 10.5200.
I then changed format to numeric(2,2) which also stored it as 10.5200.
How can I force it to be 2 decimal places?
Thanks
John