Back
How do you write a number with two decimal places for sql server?
Try the below code:
SELECT CONVERT(DECIMAL(10,2),YOURCOLUMN)
31k questions
32.8k answers
501 comments
693 users