MarkLogic Server 11.0 Product Documentation
sql:octet-lengthsql:octet-length(
$x as xs:string
) as xs:integer
Summary
Returns the length of the string "str" in bits.
Parameters |
x |
The string to be evaluated.
|
Example
sql:octet-length("text")
=> 4
Copyright © 2024 MarkLogic Corporation. MARKLOGIC is a
registered trademark of MarkLogic Corporation.