Rules for Specifying constant Values - Advanced SQL Engine - Teradata Database

SQL Data Types and Literals

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
zsn1556242031050.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1143
lifecycle
previous
Product Category
Teradata Vantageā„¢

The following rules apply to a MVC specification that specifies a comma-separated list of constant values:

  • The maximum number of distinct constant values in the list is 255 plus NULL.
  • Values can appear in any order.
  • NULL can appear at any point in the multi-valued constant list.
  • The multi-value list cannot contain duplicate values. Note that case variants are not considered duplicate values if UPPERCASE is not specified.
  • NULL cannot appear in the list if the column is declared NOT NULL.