I have a sql table that contains a field as a varchar (2000). I need to pull a word from that field if it exists. For example:
Table/field name is note.text. If the note.text field contains the word 'Education' (this word can be anywhere with the text)then return the word 'Education'
Thanks for your help.
Table/field name is note.text. If the note.text field contains the word 'Education' (this word can be anywhere with the text)then return the word 'Education'
Thanks for your help.