SPACE
Applies to: ✅ Data 360 SQL ✅ Tableau Hyper API
Returns a string of whitespace characters of the specified length.
<length>: The number of space characters to generate.
Returns a text value that contains the specified number of spaces.
- If length is
0or negative, the function returns an empty string.
Create a string of five spaces.
Returns a string containing 5 space characters.