Untitled
3 years ago in SQL
SELECT default_billing AS "Billing address ID", COUNT(default_billing) AS "Users using this billing" FROM `customer_entity` GROUP BY default_billing HAVING `Users using this billing` > 1
1