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