I need to display int value in minimum 2 digit before decimal in sql server.
Is it possible than how pls rply?
I need to display int value in minimum 2 digit before decimal in sql
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While you really should be doing this formatting at the presentation layer, here is how to change
5to05:In SQL Server 2012, you will be able to leverage the new
FORMATfunction – much tidier and full .NET and culture support.