MySQL Forums
Forum List  »  General

Re: Find specific word in string, return the previous 4 characters
Posted by: Mark White
Date: January 29, 2019 07:23AM

I've located the position of where the word starts in the string using;

LOCATE('Month', FIELD12)

But I am not sure how to return the previous 4 characters

Options: ReplyQuote


Subject
Written By
Posted
Re: Find specific word in string, return the previous 4 characters
January 29, 2019 07:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.