HP Neoview SQL Reference Manual page 284

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

"MOVINGCOUNT Function" (page 368)
"MOVINGMAX Function" (page 370)
"MOVINGMIN Function" (page 371)
"MOVINGSTDDEV Function" (page 372)
"MOVINGSUM Function" (page 374)
"MOVINGVARIANCE Function" (page 375)
Offset sequence function:
"OFFSET Function" (page 381)
Running sequence functions:
"RANK/RUNNINGRANK Function" (page 387)
"RUNNINGAVG Function" (page 395)
"RUNNINGCOUNT Function" (page 396)
"RUNNINGMAX Function" (page 397)
"RUNNINGMIN Function" (page 397)
"RUNNINGRANK Function" (page 399)
"RUNNINGSTDDEV Function" (page 400)
"RUNNINGSUM Function" (page 401)
"RUNNINGVARIANCE Function" (page 402)
Other sequence functions:
"LASTNOTNULL Function" (page 347)
"ROWS SINCE Function" (page 392)
"ROWS SINCE CHANGED Function" (page 394)
"THIS Function" (page 416)
See
"SEQUENCE BY Clause" (page 268)
284
SQL Functions and Expressions
Returns the number of nonnull values of a column
expression in the current window.
Returns the maximum of nonnull values of a column
expression in the current window.
Returns the minimum of nonnull values of a column
expression in the current window.
Returns the standard deviation of nonnull values of a
column expression in the current window.
Returns the sum of nonnull values of a column expression
in the current window.
Returns the variance of nonnull values of a column
expression in the current window.
Retrieves columns from previous rows.
Returns the rank of the given value of an intermediate
result table ordered by a SEQUENCE BY clause in a
SELECT statement
Returns the average of nonnull values of a column
expression up to and including the current row.
Returns the number of rows up to and including the
current row.
Returns the maximum of values of a column expression
up to and including the current row.
Returns the minimum of values of a column expression
up to and including the current row.
Returns the rank of the given value of an intermediate
result table ordered by a SEQUENCE BY clause in a
SELECT statement.
Returns the standard deviation of nonnull values of a
column expression up to and including the current row.
Returns the sum of nonnull values of a column expression
up to and including the current row.
Returns the variance of nonnull values of a column
expression up to and including the current row.
Returns the last nonnull value for the specified column
expression. If only null values have been returned, returns
null.
Returns the number of rows counted since the specified
condition was last true.
Returns the number of rows counted since the specified
set of values last changed.
Used in ROWS SINCE to distinguish between the value
of the column in the current row and the value of the
column in previous rows.
and the individual entry for each function.

Advertisement

Table of Contents
loading

Table of Contents