CAST INTERVAL-to-Character Conversion | VantageCloud Lake - INTERVAL-to-Character Conversion with CAST - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

ANSI Compliance

This is ANSI SQL:2011 compliant.

As an extension to ANSI, CAST permits the use of character data attribute phrases.

Syntax

CAST (
  interval_expression AS character_data_type
  [ CHARACTER SET server_character_set ]
  [ data_attribute [...] ]
)

Syntax Elements

interval_expression

An INTERVAL expression to be converted.

character_data_type

The data type to which the expression is to be converted.

server_character_set

The server character set to use for the conversion. If the CHARACTER SET clause is omitted, the user default server character set is used.

data_attribute
One of the following data attributes:
  • FORMAT
  • NAMED
  • TITLE