削除フラグ(delete_flg)、登録者(ins_user)、登録日時(ins_date)UPDATEから削除
This commit is contained in:
parent
de2955a24f
commit
36617a657f
@ -73,8 +73,7 @@ SET @upsert_statement_base =
|
||||
Display_Order_vod__c = internaltb.Display_Order_vod__c, Clm_Presentation_Name_vod__c = internaltb.Clm_Presentation_Name_vod__c,
|
||||
Clm_Presentation_Version_vod__c = internaltb.Clm_Presentation_Version_vod__c,
|
||||
Clm_Presentation_vod__c = internaltb.Clm_Presentation_vod__c, file_name = internaltb.file_name,
|
||||
file_row_cnt = internaltb.file_row_cnt, delete_flg = internaltb.delete_flg, ins_user = internaltb.ins_user,
|
||||
ins_date = internaltb.ins_date, upd_user = CURRENT_USER(), upd_date = CURRENT_TIMESTAMP();';
|
||||
file_row_cnt = internaltb.file_row_cnt, upd_user = CURRENT_USER(), upd_date = CURRENT_TIMESTAMP();';
|
||||
|
||||
OPEN table_cursor;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user