SELECT COUNT(DISTINCT licenses.license_number) AS total FROM licenses WHERE licenses.county_code = 0 AND licenses.lic_exp_date >= CURDATE()