摘要:
定义:上周未活跃,本周活跃用户,并且非本周新增的用户;(根据业务要求进行定义) 建表: drop table if exists back_count; create external table back_count( dt string comment '统计日期', wk_dt string 阅读全文
posted @ 2022-02-07 18:05
shan_zhayidian
阅读(117)
评论(0)
推荐(0)
摘要:
定义:沉默用户,只在注册安装当天启动过,且启动时间是七(根据业务来定天数)天前; 建表: drop table if exists silent_count; create external table silent_count( dt string comment '统计日期', silent_c 阅读全文
posted @ 2022-02-07 15:08
shan_zhayidian
阅读(97)
评论(0)
推荐(0)

浙公网安备 33010602011771号