Parses a string into words and returns the number of words found and the words found.
Category: | String |
Returned data type: | Integer |
specifies a string with delimiters that is to be separated into words; this can be specified as fixed string, field name, or expression.
Note | If string is NULL, the function returns a NULL value. If string is empty ("") a value of 1 is returned. |
specifies a character that delimits the words in a string; this can be specified as fixed string, field name, or expression.
specifies a string that represents the first word found; this is specified as field names.