select count(distinct(user_id)) as month_activate_user
from login_tb
where month(login_date)=6