Skip to content

oracle flashback

ghdrako edited this page Oct 20, 2023 · 1 revision
ALTER SESSION SET NLS_TIMESTAMP_FORMAT = 'YYYY/MM/DD HH24:MI:SS';

  select count(*) from dual
  AS OF TIMESTAMP TO_TIMESTAMP('2010/01/01 00:00:00');

Test

Clone this wiki locally