I want to retrieve the last part of a large string in mysql after occurence of a particular substring. Please advice about how to do that.
For e.g. the main string contains "New Delhi is capitalof India". "Berlin is capitalof Germany".
I need to retrieve only India and Germany. I want know how to retrieve the data occuring after the specific substring like 'capitalof'.
I need to do this in mysql.