func.octet_length
The OCTET_LENGTH function returns an integer indicating the number of bytes in the input string
Syntax
func.octet_length(string)
Examples
func.octet_length('plaidcloud') --> 10
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)