Dec 12, 2003 #1 KatherineF Technical User Joined Mar 3, 2003 Messages 124 Location US Is there a way to find the position of last character occurrence in the string having count of occurrences (using no loop)
Is there a way to find the position of last character occurrence in the string having count of occurrences (using no loop)
Dec 12, 2003 #2 r937 Technical User Joined Jun 30, 2002 Messages 8,847 Location CA you mean somefunction('x','abxdefxhijxlmno') yielding 11 (position) and 3 (count)? not in ansi sql, i don't think what database are you using? rudy http://r937.com/ Upvote 0 Downvote
you mean somefunction('x','abxdefxhijxlmno') yielding 11 (position) and 3 (count)? not in ansi sql, i don't think what database are you using? rudy http://r937.com/