FORMAT function used for numerical data does not work in sqlserver before 2012, alternatives

0

I'm using the format function to format a number, example: select format(45.123,'###############.00') print 45.12 select format(45.123,'###############.0') print 45.1

There is some way to do this in the previous versions of sql server 2012

    
asked by Roger G 04.01.2019 в 21:33
source

0 answers