EXTRACTTEXT( , , [start_from], [start_num], [NotFoundValue])
Returns the text string at which a specific character or text string is first found, reading left to right for default like a LEFT(). Search is case-insensitive and accent sensitive.
PARAMETERS:
The order for t...