select uid
,count(*) as cnt
from user_client_log t
where step = 'order'
group by uid
limit 3