SQL/MX 3.2 Reference Manual (H06.25+, J06.14+)
SQL/MX Functions and Expressions
HP NonStop SQL/MX Release 3.2 Reference Manual—691117-001
9-160
Examples of RUNNINGMIN
Return the minimum of values of I1 up to and including the current row:
SELECT RUNNINGMIN (I1) AS MIN_I1
FROM mining.seqfcn
SEQUENCE BY TS;
MIN_I1
------------
6215
6215
6215
4597
4597
--- 5 row(s) selected.










