I have the necessity to extract content from a text in a SQL field after a keyword. For example if i have a field called Description in a table, and the table 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 simply show it with a select.