TDWMExceptionRate Function | Application Programming Reference | Vantage - TDWMExceptionRate - Advanced SQL Engine - Teradata Database

Application Programming Reference

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
cpn1571792172880.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1090
lifecycle
previous
Product Category
Teradata Vantageā„¢

Purpose

Returns the first record of the TDWM Exception request, which is the collection rate.

Definition

REPLACE FUNCTION TDWM.TDWMExceptionRate()
RETURNS SMALLINT
          .
          .
          .
;

Return Value

The SMALLINT data type returns the duration of the collection period in seconds. This value represents the collection rate.

Example: Using TDWMExceptionRate

SELECT TDWM.TDWMExceptionRate();
 *** Query completed. One row found. One column returned.
 *** Total elapsed time was 1 second.
TDWMExceptionRate()
-------------------
                 60