select
count(distinct u.uid) as cnt
from user_info u 
left join order_log o
on u.uid=o.uid
where o.order_id is null