题解 | 商品id数据清洗统计

商品id数据清洗统计

https://www.nowcoder.com/practice/c985ecbd820b46e6bafa858f6600126d

select product_id, count(1) as cnt
from (
    select substring_index(order_id, '_', -1) as product_id
    from order_log
) temp
group by product_id
order by product_id

全部评论
考虑南京OD的宝子们看过来,你就是我们要找的人,一对一指导,******
点赞 回复 分享
发布于 2025-08-09 16:20 贵州

相关推荐

评论
1
收藏
分享

创作者周榜

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