Teradata Conversion Function Support
TDV supports the conversion functions listed in the table below for Teradata.
|
Teradata Conversion Function |
Notes |
|
CAST |
Not supported in versions lower than v12/v13: STRING or NUMBER is cast as BIGINT. |
|
FORMAT |
|
|
FORMAT_DATE |
|
|
PARSE_DATE |
|
|
PARSE_TIME |
|
|
PARSE_TIMESTAMP |
|
|
TO_CHAR |
Version 15 only. Output format may differ for push versus no-push, but precision and scale are the same. For example, Teradata 15 TDV might return 1.23456789000000E 005, while TDV (DISABLE_PUSH=’TRUE’) returns 123456.789. |
|
TO_DATE |
|
|
TO_TIMESTAMP |
Version 15 only. |
|
TO_TIMESTAMP_TZ |
Version 15 only. |