Returns the first record of the TDWM Exception request, which is the collection rate.
The SMALLINT data type returns the duration of the collection period in seconds. This value represents the collection rate.
Syntax
REPLACE FUNCTION TDWM.TDWMExceptionRate ( ) RETURNS SMALLINT ... ;
Example: Using TDWMExceptionRate
SELECT TDWM.TDWMExceptionRate();
Result:
*** Query completed. One row found. One column returned. *** Total elapsed time was 1 second. TDWMExceptionRate() ------------------- 60