STRTOK Function Syntax | VantageCloud Lake - STRTOK Function Syntax - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
[TD_SYSFNLIB.] STRTOK ( instring , delimiter , tokennum )

Syntax Elements

TD_SYSFNLIB.
Name of the database where the function is located.
instring
A character string or string expression.
If instring is NULL, NULL is returned.
delimiter
A list of delimiter characters. Each character in the string is considered a delimiter character.
If not specified, the value defaults to a space character.
tokennum
The ordinal token to return.
If not specified, the default value is 1.