Hi Vellore,
Thanks for post I understood the question and answer from Lars solve the issue. This does work:
SELECT SUBSTR_AFTER ('Hello My Friend',' ') "substr after" FROM DUMMY;
Result: My Friend
Your SQL are looking for 3 spaces.
The same on your first SQL which was using 2 spaces.
Regards, Fernando Da Rós