Jonvy

导航

base64解码及时间戳

6005线体

select decode(compvalue_nocomp,'base64') from t_compvalue where datemodif='20230426' and et_refcmp='662240400B' and compvalue_value='O'

 

 

update t_compvalue set compvalue_nocomp=
(
select convert_from(decode(compvalue_nocomp,'base64'),'UTF8') from t_compvalue where datemodif='20230426' and et_refcmp='662240400B' and compvalue_value='O'
) 一条记录可以,多条需使用游标

 

 

 

 

posted on 2023-04-27 10:46  不亮  阅读(119)  评论(0编辑  收藏  举报