脫敏操作:包括身份證、銀行卡、詳細地址(oracle數據庫中)


create tabletm_app_main_bak as select * from tm_app_main;
update tm_app_main set ID_NO =  '110000'||substr(id_no,7) , unique_id = 'I'||'110000'||substr(unique_id,8),cellphone = '12345678901';
select p.abode_detail from tm_app_prim_applicant_info p ;
update tm_app_prim_applicant_info set abode_detail = '*************************' , bank_card_no = substr(bank_card_no,0,14)||'*****'
,bank_card_nbr = substr(bank_card_nbr,0,14)||'*****';


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM