update lmt_cus_crdt_lmt set ccy = '' where cus_lmt_no in ( select cus_lmt_no from lmt_cus_crdt_lmt_20220424_tmp ); update lmt_crdt_lmt set ccy = '' where lmt_no in ( select lmt_no from lmt_crdt_lmt_20220424_tmp ) ; update lmt_crdt_agr set ccy = '' where app_no in (select app_no from lmt_crdt_agr_20220424_tmp); update lmt_crdt_app set ccy = '' where app_no in (select app_no from lmt_crdt_app_20220424_tmp);