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