题解 | #某宝店铺动销率与售罄率#

某宝店铺动销率与售罄率

http://www.nowcoder.com/practice/715dd44c994f45cb871afa98f1b77538

select
  pt.style_id,
  round(sum(N.sm) * 100 / (sum(pt.inventory) - sum(N.sm)),2),
  round(sum(N.p) * 100 / sum(pt.tag_price * pt.inventory), 2)
from
  product_tb pt
  inner join (
    select
      st.item_id,
      sum(st.sales_price) p,
      sum(st.sales_num) sm
    from
      sales_tb st
    group by
      st.item_id
  ) N on N.item_id = pt.item_id
group by
  pt.style_id
全部评论

相关推荐

双非坐过牢:非佬,可以啊10.28笔试,11.06评估11.11,11.12两面,11.19oc➕offer
点赞 评论 收藏
分享
11-01 20:03
已编辑
门头沟学院 算法工程师
Amazarashi66:这种也是幸存者偏差了,拿不到这个价的才是大多数
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务