Open topic with navigation
Returns the position of the first occurrence of a substring in a string.
LOCATE(substring, string, start)
SELECT LOCATE(‘Virtual’, ‘Data Virtualization’,1)
Returns:6
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.