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)
  => "  "
Powered by MarkLogic Server | Terms of Use | Privacy Policy