Support for NUMBER Data Type - Parallel Transporter

Teradata® Parallel Transporter Reference

Product
Parallel Transporter
Release Number
17.00
Published
November 2020
Language
English (United States)
Last Update
2022-02-03
dita:mapPath
ric1544831938741.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2436
lifecycle
previous
Product Category
Teradata Tools and Utilities

When extracting NUMBER(m,n), the target column can be defines as NUMBER (M,N).

The following conditions still hold in the Teradata PT job for the values m and n.

A Teradata PT job:

  • Terminates with error if n>N
  • Runs if n<N or n=N
  • Runs if m<=M, assuming n<M or n=N
  • Attempts to run if m>M, assuming n<N or n=N