HELPLIB.HLB  —  RDML72  Statements  Statistical funcs
    Calculate values based on a value expression for every record
    in a record stream. You do not specify a value expression for
    the COUNT statistical function because it operates on the record
    stream formed by the RSE, not on a value expression. When you
    use the AVERAGE, MAX, MIN, and TOTAL statistical functions, you
    specify a value expression and a record selection expression
    (RSE). Oracle Rdb then:

    o  Evaluates the value expression for each record in the record
       stream formed by the RSE

    o  Calculates a single value based on the results of the first
       step

    The RDML Statistical functions are:

    o  AVERAGE

    o  COUNT

    o  MIN

    o  MAX

    o  TOTAL

    For more information and the syntax diagrams see the HELP entry
    on each of these functions.

1  –  Format

  (B)0statistical-expr =

  qqqwqq> MAX qqqqqwqq> value-expr qwqqqqqqqqqqqqqqqqqqqqqk
     tqq> MIN qqqqqu                x                     x
     tqq> TOTAL qqqu                x                     x
     tqq> AVERAGE qj                x                     x
     mqq> COUNT qqqqqqqqqqqqqqqqqqqqj                     x
   lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj
   mqqqqqqqqqqqqqqqqqq>qqqqqqqwqq>qqqqqqqqqqqqqqqqqqqqwqqqk
                              mqq>  handle-options qqqj   x
                                                          x
   lqqqqqqqqqqqqqqqqqqqqqqqqqqq<qqqqqqqqqqqqqqqqqqqqqqqqqqj
   mqqq>  OF  qqqqqqq>  rse  qqqqqqqqqqqqqqqqqqqqqqqqqqqqq>

1.1  –  Format arguments

    value-expr             A value expression. A symbol or a string
                           of symbols used to calculate a value. When
                           you use a value expression in a statement,
                           Oracle Rdb calculates the value associated
                           with the expression and uses that value
                           when executing the statement.

    handle-options         A transaction handle, a request handle, or
                           both.

    rse                    A record selection expression. A phrase
                           that defines specific conditions that
                           individual records must meet before
                           Oracle Rdb includes them in a record stream.
Close Help