| |
Sign In
CONVERT(Numeric(10,2), (Count(ID) * 100. / @Total)) as Percentage
the above will display "23.54" (for example), including rounding, as a number.
Remember Me