SUBSTRING
Description
Returns a character expression after it removes leading blanks (RTRIM in Transact-SQL).
Sample Source Pattern
Syntax
SUBSTRING( string_expression, start, length )Snowflake SQL complete documentation
SUBSTR( <base_expr>, <start_expr> [ , <length_expr> ] )
SUBSTRING( <base_expr>, <start_expr> [ , <length_expr> ] )Custom function used to emulate the behavior
string.substring( indexA [, indexB])Examples
Input:
Output:
Code:
Result:
Code:
Result:
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated
