Loading TOC...

sql.space

sql.space(
   n as Number?
) as String?

Summary

Returns a string that is the given number of spaces.

Parameters
n The number of spaces to return as a string.

Example

  sql.space(2)
  => "  "

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.