STRPOS

This function is used to find the position, from where the substring is being matched within the string.

Syntax

STRPOS(<string>, < substring >)

Example

SELECT STRPOS('Data Virtualization', 'Vi')AS "Position";