SUBSTR_UDF
Last updated
Last updated
This is a deprecated version of the SnowConvert documentation, please visit the official site .
This is the user-defined function (UDF) overloaded with two parameters.
Extracts a substring from a named string based on position.
BASE_EXPRESSION
STRING
The expression from which the substring is to be extracted.
START_POSITION
FLOAT
The starting position of the substring to extract from.
The required substring.
Input:
Output: