@@ -19,6 +19,8 @@ def book_trend():
sum(order_count),
sum(order_user),
sum(order_amount),
+ sum(reg_num),
+ sum(create_user_num),
sum(first_order_count) first_order_count,
sum(first_order_user) first_order_user,
@@ -17,6 +17,8 @@ def dw_pitcher_trend():
select a.dt,pitcher,
sum(cost),
sum(reg_order_amount),
sum(first_order_amount),
sum(first_order_amount*100/node-cost) inva_cost,