Commit d0e13f9d by 蘑菇🍄

doc no

parent 52e61156
...@@ -62,8 +62,6 @@ update order_import A inner join(select county_id,full_name from `gic3.0`.tab_gi ...@@ -62,8 +62,6 @@ update order_import A inner join(select county_id,full_name from `gic3.0`.tab_gi
SELECT phone_number, count(unsubscribe=1) AS canceled FROM `gic3.0`.tab_gic_member_sms GROUP BY unsubscribe SELECT phone_number, count(unsubscribe=1) AS canceled FROM `gic3.0`.tab_gic_member_sms GROUP BY unsubscribe
) s on s.phone_number = addr.buyer_moile ) s on s.phone_number = addr.buyer_moile
LEFT JOIN `gic3.0`.tab_gic_member_sms s on s.phone_number = addr.buyer_moile
GROUP BY addr.member_number,addr.address GROUP BY addr.member_number,addr.address
; ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment