select 
count(uid) cnt 
from user_info
where uid not in 
(
	select 
	distinct uid 
	from order_log
)