select *
from NORMAL_TASK_BINDING as of timestamp to_timestamp('2023-04-06 09:11:47', 'yyyy-mm-dd hh24:mi:ss')
where TASK_NO = 'WT230221026,WT230221024';
insert into NORMAL_TASK_BINDING (select *
from NORMAL_TASK_BINDING as of timestamp to_timestamp('2023-04-06 09:11:47', 'yyyy-mm-dd hh24:mi:ss')
where TASK_NO = 'WT230221026,WT230221024');