MySQL Forums
Forum List  »  Newbie

Find the sentence/paragraph that a variable word is embeded in.
Posted by: Ed Marks
Date: February 27, 2015 09:30PM

I want to find all instances of a (variable) word along with the sentence it is embedded in. How would I do that? Same for finding the paragraph it is embedded in.

sentence example:
Query: find the word 'royal'
Text: He was far from home. No royal road for him. He was on his own. It was a royal pain.
Result: "No royal road for him."
Result: "It was a royal pain."

I haven't done anything in MySql...just looked at a few youtube videos to see if MySQL will work for what I want to do.

Total pre-newbie here.

Options: ReplyQuote


Subject
Written By
Posted
Find the sentence/paragraph that a variable word is embeded in.
February 27, 2015 09:30PM


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.