MiBDP,数据开发、项目团队、数据应用和产品在路上,金融保险、互联网网游、电商、新零售行业、大数据和AI在路上。对数仓、模型、ETL、数据产品应用了解。DTCC 2013演讲嘉宾,曾做过两款大获好评的数据产品平台。知识星球ID:35863277
分类:
2010-09-26 14:19:40
WHERE login_date = v_stat_date; COMMIT; BEGIN -- Call the procedure calculate_account.calculate_online_time (v_stat_date); END; BEGIN -- Call the procedure calculate_account.calculate_first_login_gway (v_stat_date); END; BEGIN -- Call the procedure calculate_account.calculate_online_acnt_day (v_stat_date); END; BEGIN -- Call the procedure calculate_idcard.calculate_online_idcard_day (v_stat_date); END; BEGIN -- Call the procedure calculate_indep_ip.calculate_indep_ip_day (v_stat_date); END; BEGIN -- Call the procedure calculate_no_idcard.calculate_no_idcard_day (v_stat_date); END; < IF v_running > 0 THEN DELETE FROM paysys_account_login_log WHERE login_date = v_stat_date; COMMIT; BEGIN -- Call the procedure calculate_account.calculate_online_time (v_stat_date); END; BEGIN -- Call the procedure calculate_account.calculate_first_login_gway (v_stat_date); END; BEGIN -- Call the procedure calculate_account.calculate_online_acnt_day (v_stat_date); END; BEGIN -- Call the procedure calculate_idcard.calculate_online_idcard_day (v_stat_date); END; BEGIN -- Call the procedure calculate_indep_ip.calculate_indep_ip_day (v_stat_date); END; BEGIN -- Call the procedure calculate_no_idcard.calculate_no_idcard_day (v_stat_date); END; END IF; END; spool off exit ! |