selectCASEWHEN price <500THEN "Less than 500"
WHEN price BETWEEN500AND5000THEN "500 - 5000"
WHEN price BETWEEN5000AND10000THEN "5000 - 10000"
WHEN price BETWEEN10000AND20000THEN "10000 - 20000"
ELSE "More than 20000"
ENDAS price_range,
COUNT(products.id) as products_count
from `products` whereexists (select*from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(47, categories_ids)) and `active` =1) and `products`.`name` !=''and `products`.`slug` !=''and `products`.`active` =1groupby `price_range`
selectcount(distinct `products`.`id`) as aggregate from `products` whereexists (select*from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(47, categories_ids)) and `active` =1) and `products`.`name` !=''and `products`.`slug` !=''and `products`.`active` =1
selectcount(distinct `products`.`id`) as aggregate from `products` whereexists (select*from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(46, categories_ids)) and `active` =1) and `products`.`name` !=''and `products`.`slug` !=''and `products`.`active` =1
selectcount(distinct `products`.`id`) as aggregate from `products` whereexists (select*from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(48, categories_ids)) and `active` =1) and `products`.`name` !=''and `products`.`slug` !=''and `products`.`active` =1
selectcount(distinct `products`.`id`) as aggregate from `products` whereexists (select*from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(47, categories_ids)) and `active` =1) and `products`.`name` !=''and `products`.`slug` !=''and `products`.`active` =1
selectcount(distinct `products`.`id`) as aggregate from `products` whereexists (select*from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(45, categories_ids)) and `active` =1) and `products`.`name` !=''and `products`.`slug` !=''and `products`.`active` =1
selectcount(*) as aggregate from `products` whereexists (select*from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(47, categories_ids)) and `active` =1) and `products`.`name` !=''and `products`.`slug` !=''and `products`.`active` =1