This function is used to return a specified number of spaces.
space(bigint <n>)
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
n |
Yes |
BIGINT |
Number of spaces |
The return value is of the STRING type.
The value 6 is returned.
select length(space(6));