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

Lake - Working with SQL

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
jbe1714339405530.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
jbe1714339405530

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);