Sunday, 14 June 2015

How to set 2 digit after decimal using Sql Server ?

SELECT CONVERT(Decimal(18,2), ISNULL(Value,0)) Value FROM TABLE_NAME

No comments:

Post a Comment

Thanks for comments.