Reference Guide > TDV Support for SQL Functions > Character Functions > STRPOS
 
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";