SQL/MX 2.x Reference Manual (G06.24+, H06.03+)
SQL/MX Functions and Expressions
HP NonStop SQL/MX Reference Manual—523725-004
9-112
Examples of QUERYCACHE
•
Display selected query plan caching statistics from the same query:
SELECT NUM_RETRIES, OPTIMIZATION_LEVEL FROM TABLE
(QUERYCACHE ());
NUM_RETRIES OPTIMIZATION_LEVEL
---------- ------------------
0 3
--- 1 row(s) selected.