“KP工作台数据漏斗”的版本间的差异
来自qingwei personal wiki
Qingwei727(讨论 | 贡献) |
Qingwei727(讨论 | 贡献) (→oneService) |
||
第4行: | 第4行: | ||
<source lang="shell"> | <source lang="shell"> | ||
SELECT | SELECT | ||
− | + | stat_date, | |
+ | imps_cnt_1d_027, | ||
+ | clk_cnt_1d_092, | ||
+ | uv_1d_169, | ||
+ | fb_cnt_1d_013, | ||
+ | fst_reply_rate_1m_003 | ||
FROM | FROM | ||
− | + | dwp_en_dm_comp_term_catelv2_eff_d | |
where | where | ||
− | + | stat_date="2018-10-8" | |
− | + | and statistic_type="ALL" | |
− | + | and admin_mbr_seq="14" | |
− | + | and terminal_type="PC" | |
− | + | and is_main_cate="Y" | |
− | + | and cate_lv2_id=100010695 | |
</source> | </source> | ||
[[category: 阿里]] | [[category: 阿里]] | ||
[[category: 数据管家]] | [[category: 数据管家]] |
2018年11月9日 (五) 07:18的版本
描述
oneService
SELECT
stat_date,
imps_cnt_1d_027,
clk_cnt_1d_092,
uv_1d_169,
fb_cnt_1d_013,
fst_reply_rate_1m_003
FROM
dwp_en_dm_comp_term_catelv2_eff_d
where
stat_date="2018-10-8"
and statistic_type="ALL"
and admin_mbr_seq="14"
and terminal_type="PC"
and is_main_cate="Y"
and cate_lv2_id=100010695