Using SQL Server 2000.
I want to keep as much work on the SQL server.
I have a numeric value that I want to return as a 2 decimal place number.
10.98
1.34
03.45
.34
All valid returns. How can I do this? I can't run a substring on a
numeric value. Should I cast it then work on it? Shouldn't there be an
easier way?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

