OCTET_LENGTH()
Length in bytes (octets) of a string or binary value
INTEGER
, or BIGINT
for BLOB
OCTET_LENGTH (string)
Parameter | Description |
---|---|
string |
An expression of a string type |
Gives the length in bytes (octets) of the input string.For multi-byte character sets, this may be less than the number of characters times the “formal” number of bytes per character as found in RDB$CHARACTER_SETS
.
Note
|
With arguments of type |