Rules - Analytics Database - Teradata Vantage

SQL Functions, Expressions, and Predicates

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-01-12
dita:mapPath
obm1628111499646.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
kby1472250656485
lifecycle
latest
Product Category
Teradata Vantage™
The following rules apply to WIDTH_BUCKET:
  • If any argument is null, then the result is also null.
  • If partition_count <=0 or if partition_count > 2147483646, an error is returned to the requestor.
  • If lower_bound = upper_bound, an error is returned to the requestor.
  • If lower_bound < upper_bound, then the rules in the following table apply.
IF … THEN the result is …
value_expression < lower_bound 0.
value_expression >= upper_bound partition_count +1.

If the result cannot be represented by the data type specified for the result, then an error is returned.

anything else the greatest exact numeric value with scale 0 that is less than or equal to the following expression.


  • If lower_bound > upper_bound, then the rules in the following table apply.
IF … THEN the result is …
value_expression > lower_bound 0.
value_expression <= upper_bound partition_count +1.

If the result cannot be represented by the data type specified for the result, then an error is returned.

anything else the least exact numeric value with scale 0 that is less than or equal to the following expression.