BITNOT Function Example | VantageCloud Lake - Example: Querying with the BITNOT Function - 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

In the following query, the input argument 2 has a data type of BYTEINT and a binary representation of 00000010. A BITNOT operation on this value returns BYTEINT value -3 or binary 11111101.

SELECT BITNOT(2);