Open topic with navigation
This function is used to find the position, from where the substring is being matched within the string.
STRPOS(<string>, < substring >)
SELECT STRPOS('Data Virtualization', 'Vi')AS "Position";
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.