Skip to content

Instantly share code, notes, and snippets.

@mayurdange
Created March 9, 2018 10:54
Show Gist options
  • Select an option

  • Save mayurdange/4a6d52b53e4f6cc5dd861111f4873212 to your computer and use it in GitHub Desktop.

Select an option

Save mayurdange/4a6d52b53e4f6cc5dd861111f4873212 to your computer and use it in GitHub Desktop.
oracle query for data back in time.
select * from CUSTOMERS as of TIMESTAMP SYSTIMESTAMP -1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment