insert into tab_wk (
ran_id,
prnt_id ,
event_id
)
(select
roe_id,
prnt ,
event_id
from event_links
where
event_id in ( 2,5 )
AND link_type = 4
AND prnt is not NULL
AND crrnt_id = ?
AND prnt not in (select roe_id from tab
where crrnt_id <) ;
)
CURRENT_PRCSG_TC_ID
INSERT INTO table_name (column1, column2, column3,...) VALUES (value1, value2, value3,...);
BATCH_ID
Loader Processing postcheck failed: There are records in roe_rjctn_rsn_stgng table which are not present in roe_rjctn_stgng