TO_BYTES Function | Data Types and Literals | Teradata Vantage - TO_BYTES - Advanced SQL Engine - Teradata Database

SQL Data Types and Literals

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
zsn1556242031050.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1143
lifecycle
previous
Product Category
Teradata Vantageā„¢
Decodes a sequence of characters in a given encoding into a sequence of bits. The following encodings are supported:
  • BaseX
  • BaseY
  • Base64M (MIME)
  • ASCII

where X is a power of 2 (for example, 2, 8, 16) and Y is not a power of 2 (for example, 10 and 36).

Syntax

[TD_SYSFNLIB.] TO_BYTES ( instring, in_encoding )
TD_SYSFNLIB.
Name of the database where the function is located.
instring
The string value, that is, sequence of characters to be decoded.
in_encoding
The encoding TO_BYTES uses to return the sequence of characters specified by instring.