oracle 历史 记录求一个SQL语句查昨天5点时 tbl_a 表中的数据。[解决办法]select * from TABas of timestam
oracle 历史 记录
求一个SQL语句
查昨天5点时 tbl_a 表中的数据。
[解决办法]
select * from TAB
as of timestamp TRUNC(SYSDATE, 'DD') -1 + 17/24
oracle 历史 记录
求一个SQL语句
查昨天5点时 tbl_a 表中的数据。
[解决办法]
select * from TAB
as of timestamp TRUNC(SYSDATE, 'DD') -1 + 17/24