Returns the length of the string in bytes.
input: The string for which the length is returned.
Examples
SELECT OCTET_LENGTH('abc') -- 3
Last updated 2 years ago
Was this helpful?