题解 | 未下单用户统计

未下单用户统计

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

select cast(sum(case when product_id is null then 1 else 0 end) as signed ) as cnt
from order_log right join user_info using(uid)

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

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