TD_UNDIFF Function Syntax | Teradata Vantage - TD_UNDIFF Syntax - Teradata Vantage

Database Unbounded Array Framework Time Series Functions

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-04-04
dita:mapPath
ncd1634149624743.ditamap
dita:ditavalPath
ruu1634160136230.ditaval
dita:id
ncd1634149624743
TD_UNDIFF (
   (
   { SERIES_SPEC ( differenced_series ) 
     | ART_SPEC ( TABLE_NAME ( differenced_series_table )) },
   [ SERIES_SPEC ( original_series ) , ]
   FUNC_PARAMS (
     LAG( integer ) ,
     DIFFERENCES( integer ) ,
     SEASONAL_MULTIPLIER( integer )
   [ , INITIAL_VALUES( float , ... ) ]
   )
) ;