SyntaxFix
Write A Post
Hire A Developer
Questions
I think CAST(ROUND(yourColumn,2) as varchar) should do the job.
CAST(ROUND(yourColumn,2) as varchar)
But why do you want to do this presentational formatting in T-SQL?