Skip to content

Instantly share code, notes, and snippets.

@cenkc
Created December 10, 2019 19:37
Show Gist options
  • Save cenkc/59d6e4ccb48e17f64258ccda6f5d8407 to your computer and use it in GitHub Desktop.
Save cenkc/59d6e4ccb48e17f64258ccda6f5d8407 to your computer and use it in GitHub Desktop.
oracle flashback query
select * from some_tbl
AS OF TIMESTAMP TO_TIMESTAMP('2019-12-10 22:00:12', 'YYYY-MM-DD HH24:MI:SS');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment