I trying to join two query to compare count
SELECT count(customer_id) , customer_id FROM `blog_post` group by customer_id
and second query is