sql.space( n as Number? ) as String?
Returns a string that is the given number of spaces.
Parameters | |
---|---|
n | The number of spaces to return as a string. |
sql.space(2) => " "
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.