Start of change

STRPOS scalar function

The STRPOS function returns the position of the first occurrence of an argument within another argument.

Read syntax diagramSkip visual syntax diagramSTRPOS( source-string, search-string)

The STRPOS function is identical to the POSSTR function. For more information, see POSSTR or STRPOS scalar function.

End of change