TO_BYTE Function Example | VantageCloud Lake - Example: Querying with the TO_BYTE Function - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

In the following query, the input argument 23 has a data type of BYTEINT and a binary representation of 00010111. A TO_BYTE operation on this value returns the hexadecimal value of 00010111 with the data type BYTE(1).

SELECT TO_BYTE(23);