Folks
Not sure how to tackle this in DB2...
I'd like to have a query that would check for the presence of a given
token in a text string and return the next "word".
Let's have Table1 with text field Field1:
Field1
---------------------------------------
This is a test !
Color blue or red !
Katrina is a CAT4 hurricane !
I'd like to search for "Color" and return the string "blue"
(the word delimiter being one or more space...
Any idea / suggestion welcome
Regards
--alexT