
sql.octetLength( x as String ) as Number
Returns the length of the string "str" in bits.
| Parameters | |
|---|---|
| x | The string to be evaluated. |
sql.octetLength("text")
=> 4
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.