refer to this question:
Get count of items and their values in one column
how I can get percent of record count in single query like this:
ItemId count Percent
------------------------------------
1 2 33.3
2 0 0
3 1 16.6
4 3 50.0
thanks