How can you remove a part of a text field in sql but leave the section that is needed such as
(4 spaces between 'behind' and 'the mouse')
'the cat followed on behind' is the only bit I need
Also need to add that the text field varies in length so need to use ':' and ' the mouse' to identify the beginning and end
Code:
the cat went up the hill: the dog followed on behind the mouse went the other way
'the cat followed on behind' is the only bit I need
Also need to add that the text field varies in length so need to use ':' and ' the mouse' to identify the beginning and end
Comment