Returns the product of all values in a column.
Syntax:
►►─┬─ PROD ────┬─ (value) ────────────────────────────────────────────────────►◄ └─ PRODUCT ─┘
Invocation names:
PROD PRODUCT
Parameters:
Specifies the list of values on which the product is calculated.
Example:
In this example, the compounded interest rate for 2 mutual funds is calculated:
select product(interest-rate) from mutual-funds
|
Copyright © 2013 CA.
All rights reserved.
|
|