We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oracle使用timestamp将数据还原到指定时间点
误删数据怎么办?
select * from table_name as of timestamp to_timestamp('2018-03-27 15:40:00','yyyy-mm-dd hh24:mi:ss');
flashback table table_name to timestamp to_timestamp('2018-03-27 15:40:00','yyyy-mm-dd hh24:mi:ss');
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Oracle使用timestamp将数据还原到指定时间点
误删数据怎么办?
查询还原时间点数据
还原数据
The text was updated successfully, but these errors were encountered: