Any SQL gurus out there? I need a statement that will select a string from within a string. For example: the contents of note.note_01 for one owner looks like this:
Line one
Line two
**line three
^line four
~This is the string I need~
Line six
The string I need is surrounded by two tilde characters (~) and appears in different positions depending upon the owner to whom the note is attached (in other words, sometimes it's line three, four, or perhaps ten). What is the easiest way for me to grab just the string within the tildes?
Thanks!
Line one
Line two
**line three
^line four
~This is the string I need~
Line six
The string I need is surrounded by two tilde characters (~) and appears in different positions depending upon the owner to whom the note is attached (in other words, sometimes it's line three, four, or perhaps ten). What is the easiest way for me to grab just the string within the tildes?
Thanks!