I want to extract content from text in an SQL field after a keyword. I have a field called Description
in a table, the content for that field is:
asdasf keyword dog
aeee keyword cat
ffffaa keyword wolf
I want to extract and save the text after "keyword " (in this case dog
,cat
and wolf
) and save it in a view or show it with select.