SPACE
Description
Returns a number of occurrences of blank spaces (SPACE in Transact-SQL).
Sample Source Pattern
Syntax
SPACE ( integer_expression ) Snowflake SQL complete documentation
SPACE(<n>)Custom function used to emulate the behavior
function SPACE( occurrences ){
return ' '.repeat( occurrences );
}Examples
Input:
Output:
Input:
Output:
Input:
Output:
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated
