add workflow 天润Dynamic邮件周一同步,dev
This commit is contained in:
parent
26faa196c8
commit
95ad1867e1
|
@ -0,0 +1,11 @@
|
|||
/********************************************************************************************/
|
||||
/*******Main Section**************************************************************************/
|
||||
\set ON_ERROR_STOP on
|
||||
\set AUTOCOMMIT on
|
||||
\timing on
|
||||
|
||||
insert into p61_output.ccc_work_ticket_email_list
|
||||
select * from p30_common.f_ccc_work_ticket_integ
|
||||
where etl_batch_no ='0' and suffix in (select suffix from p61_output.v_f_ccc_dynamics_template);
|
||||
|
||||
\q
|
Loading…
Reference in New Issue