Examples: Numeric Data in a CASE Expression - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

For the following examples of numeric data behavior, assume the following table definitions for the CASE examples:

   CREATE TABLE dec22
      (column_l INTEGER
      ,column_2 INTEGER
      ,column_3 DECIMAL(22,2) );