To keep things as simple as possible : I have a table with the
following information:
Unit1
Unit1
Unit2
Unit2
Unit2
Unit3
I want to return a result set that shows
Unit1 2 33%
Unit2 3 50%
Unit3 1 16%
Total 6 100%
Any suggestions?
following information:
Unit1
Unit1
Unit2
Unit2
Unit2
Unit3
I want to return a result set that shows
Unit1 2 33%
Unit2 3 50%
Unit3 1 16%
Total 6 100%
Any suggestions?
Comment