For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I have facing technical issue for solving reverse order of words in string using pl/sql.My input is
Input: My car is very fast
and output is
Output: fast very is car My
Please provide solution.