Open topic with navigation
Returns the position of a string within a list of strings.
FIND_IN_SET(string, string_list)
SELECT FIND_IN_SET(‘a’, ‘b,a,c’);
The above query returns 2.
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.