SQL - Find substring in char string

Associate
Joined
23 Aug 2004
Posts
1,493
Say i have a string

str = 'abcdefghij.......z',

Is there a function that, given a substring of str (such as 'abc') , would return all of a?

Sorry if it's a stupid question, I cannot find anything on google.
 
Back
Top Bottom