SyntaxFix
Write A Post
Hire A Developer
Questions
This is how the kids are doing it today:
DECLARE @test DECIMAL(18,6) = 123.456789 SELECT FORMAT(@test, '##.##')
123.46