ck 4 yıl önce
ebeveyn
işleme
626829d42c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      data_manage/public_analysis.py

+ 1 - 1
data_manage/public_analysis.py

@@ -24,7 +24,7 @@ sum(reg_order_user) reg_user,
 sum(reg_order_count) reg_count,
 sum(reg_order_count) reg_count,
 sum(first_order_amount) first_amount,
 sum(first_order_amount) first_amount,
 sum(reg_order_amount) reg_amount,
 sum(reg_order_amount) reg_amount,
-round(sum(first_order_amount)/sum(cost),4) frist_roi,
+round(sum(first_order_amount)/sum(cost),4) first_roi,
 round(sum(reg_order_amount)/sum(cost),4) roi
 round(sum(reg_order_amount)/sum(cost),4) roi
 from dw_channel where 1=1 {op1} {op2} {op3} GROUP BY channel,book,pitcher
 from dw_channel where 1=1 {op1} {op2} {op3} GROUP BY channel,book,pitcher
  {op4}"""
  {op4}"""