Hi folks,
Having a major head scratch moment with percentages in t-sql output, I need the end result of a count 1/count 2 output to be a percentage value of 00.00% (e.g. two decimal places.
The result of this example should be count 1 (14) / count 2 (146) = 9.59%
I've seen a separate thread...