Table with field "SPEC_STRING" (VARCHAR(15)). How to SELECT rows having substring '111222' at position 9 (for example: strings like 'abcdefghi111222' or '000000000111222')?
Did you look in the manual specifically under String Functions for substring? Since you mentioned it I thought it would be worth your while reading the manual to see what substring does. (Hint: it will do what you are looking to do)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.