OCTET_LENGTH
Computes the number of bytes in a string, regardless of string type.
Category: String Functions
Syntax
OCTET_LENGTH(string)Arguments
- string
varcharString input value.
Returns
INTEGER — Returns the computed result as INTEGER.
Computes the number of bytes in a string, regardless of string type.
Category: String Functions
OCTET_LENGTH(string)varchar
String input value.INTEGER — Returns the computed result as INTEGER.