Reference Guide > TDV Support for SQL Functions > Character Functions > OCTET_LENGTH
 
OCTET_LENGTH
This function is used to count the number of bytes in a specified string.
Syntax
OCTET_LENGTH(string)
Example
SELECT OCTET_LENGTH(‘Data Virtualization’)