I have a string (with spaces) from which i want to separate the last word. For example:
"Steve Jobs" => Jobs
"Stack OverFlow Question" => Questions
Is there any function in PL/SQL or SQL so that i am able to get the results as Jobs
and Question
separated out?