SELECT rating_value, COUNT(1) count FROM cscart_product_reviews WHERE `product_id` = 132 AND `status` = 'A' GROUP BY rating_value