select *
from tbs_rep_template as of timestamp to_timestamp(‘2018-07-12 14:23:00’, ‘yyyy-mm-dd hh24:mi:ss’)
where tplname like ‘%工业管道定期检验报告%’;
–其中2018-07-12 14:23:00为:误删数据时间 可以使用快捷键 ctrl + e 查看
select *
from tbs_rep_template as of timestamp to_timestamp(‘2018-07-12 14:23:00’, ‘yyyy-mm-dd hh24:mi:ss’)
where tplname like ‘%工业管道定期检验报告%’;
–其中2018-07-12 14:23:00为:误删数据时间 可以使用快捷键 ctrl + e 查看