BITOR Function | Teradata Vantage - BITOR - 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ā„¢

Performs the logical OR operation on the corresponding bits from the two input arguments.

This function takes two bit patterns of equal length and performs the logical OR operation on each pair of corresponding bits as follows.

IF... THEN the result is...
either of the bits from the input arguments is 1 1
both of the bits from the input arguments are 0 0
any of the input arguments is NULL NULL