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'
) 一条记录可以,多条需使用游标