Viewing 3 posts - 1 through 4 (of 4 total)
jaguil1023 (8/1/2008)
August 7, 2008 at 12:33 am
Jack - Thanks for catching the missing END in the statement. It works fine for positive values however the negative values are returning different results. For example -10.65...
August 1, 2008 at 12:29 am
Jack - Thx your code does what I am looking for however I cannot use it in an update statement
update Table
set Price2 = REPLICATE('0', 11 - LEN(REPLACE(CONVERT(VARCHAR(38), CONVERT(DECIMAL(38,3), Price)), '.',...
July 30, 2008 at 11:31 pm
Viewing 3 posts - 1 through 4 (of 4 total)