SETBIT Function Syntax | VantageCloud Lake - SETBIT Function Syntax - 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
[TD_SYSFNLIB.] SETBIT ( target_arg, target_bit_arg [, target_value_arg ] )

Syntax Elements

TD_SYSFNLIB.
Name of the database where the function is located.
target_arg
A numeric or variable byte expression.
If target_arg is NULL, the function returns NULL.
target_bit_arg
An integer expression.
If target_bit_arg is NULL, the function returns NULL.
target_value_arg
An integer value. Only a value of 0 or 1 is allowed. If target_value_arg is not specified, the default is 1.
The range of input values for target_bit_arg can vary from 0 (bit 0 is the least significant bit) to the (sizeof(target_arg) - 1).
If target_bit_arg is negative or out-of-range (greater than target_arg), an error is returned.
If target_value_arg is NULL, the function returns NULL.