I have a text similar to the below in my database
this is my car
how are you,doing
how is your)health
this is not(working
when I query database I should get the last words from this text. In this example
1st row should return "car"
2nd row should return "doing"
3rd row should return "health"
4th row should return "working"
any idea on how to get this?
Thanks for your help
Regards
Kiran