5.6 Running SQL Graph Queries at a Specific SCN
You can run a SQL graph query at a given System Change Number (SCN) or timestamp value.
The graph name, which is the first operand of the
GRAPH_TABLE
operator, can be associated with either of the
following clauses:
AS OF SCN
: See Example 5-18AS OF TIMESTAMP
: See Example 5-19
Parent topic: SQL Graph Queries