Tagged Questions

1
vote
2answers
191 views

Sql Server significant digits

I have a variable that I want to return a max of 5 to the left of the decimal and always 3 to the right CONVERT(VARCHAR(14),CONVERT(DECIMAL(8,3), ...