题解 | 未下单用户统计

未下单用户统计

https://www.nowcoder.com/practice/3433aee5c7824255b2dd2879b30df090

select count(distinct a.uid) as cnt
from user_info a
left join order_log b using(uid)
where order_id is null

全部评论

相关推荐

09-19 14:17
门头沟学院 Java
点赞 评论 收藏
分享
写不来代码的小黑:这好像是boss默认的
点赞 评论 收藏
分享
评论
4
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务