Hi!
I've been trying to insert posts with floats using .0 as decimals, but SQL Server never saves the .0
How do I change this so when I insert 100.0 the post in my db will show 100.0 and not 100 as it does right now.
I've tried using float, decimal and money as types, but none of them work.
Any ideas?
I've been trying to insert posts with floats using .0 as decimals, but SQL Server never saves the .0
How do I change this so when I insert 100.0 the post in my db will show 100.0 and not 100 as it does right now.
I've tried using float, decimal and money as types, but none of them work.
Any ideas?