Skip to content

Instantly share code, notes, and snippets.

@Tracnac
Last active September 23, 2022 17:07
Show Gist options
  • Select an option

  • Save Tracnac/fd0b33066991d2c0e9e6934ed162d76c to your computer and use it in GitHub Desktop.

Select an option

Save Tracnac/fd0b33066991d2c0e9e6934ed162d76c to your computer and use it in GitHub Desktop.
Table Timestamp #oracle
CREATE TABLE mytablesave
AS
    SELECT *
    FROM (SELECT *
    FROM mytable
    AS OF TIMESTAMP TO_DATE ('14/11/2011 17:00:00', 'DD/MM/YYYY HH24:MI:SS'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment