add workflow 荟聚API_1,dev
This commit is contained in:
parent
becb82e24a
commit
a1b63a3fdb
|
@ -27,9 +27,9 @@ insert into p10_sa.S98_S_scrm_contact_lastupdated
|
||||||
, date_join
|
, date_join
|
||||||
, etl_tx_dt
|
, etl_tx_dt
|
||||||
from p00_tal.S98_S_scrm_contact_lastupdated
|
from p00_tal.S98_S_scrm_contact_lastupdated
|
||||||
;
|
;
|
||||||
delete from p12_sfull.S98_S_scrm_contact_lastupdated
|
delete from p12_sfull.S98_S_scrm_contact_lastupdated
|
||||||
;
|
where (id) in (select id from p10_sa.S98_S_scrm_contact_lastupdated) ;
|
||||||
;
|
;
|
||||||
insert into p12_sfull.S98_S_scrm_contact_lastupdated
|
insert into p12_sfull.S98_S_scrm_contact_lastupdated
|
||||||
( id
|
( id
|
||||||
|
|
|
@ -47,9 +47,9 @@ insert into p10_sa.S98_S_scrm_contact_merge
|
||||||
, target_id
|
, target_id
|
||||||
, etl_tx_dt
|
, etl_tx_dt
|
||||||
from p00_tal.S98_S_scrm_contact_merge
|
from p00_tal.S98_S_scrm_contact_merge
|
||||||
;
|
;
|
||||||
delete from p12_sfull.S98_S_scrm_contact_merge
|
delete from p12_sfull.S98_S_scrm_contact_merge
|
||||||
;
|
where (id) in (select id from p10_sa.S98_S_scrm_contact_merge) ;
|
||||||
;
|
;
|
||||||
insert into p12_sfull.S98_S_scrm_contact_merge
|
insert into p12_sfull.S98_S_scrm_contact_merge
|
||||||
( merged_customer_id
|
( merged_customer_id
|
||||||
|
|
Loading…
Reference in New Issue