SQL/MX 2.x Reference Manual (H06.04+)

SQL/MX Functions and Expressions
HP NonStop SQL/MX Reference Manual540440-003
9-111
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.