In this article, I am sharing the steps to get last characters from string in oracle. Suppose we have a value in one of the columns as ‘NarayanaTutorial‘ Then how to get only ‘Tutorial‘ string? We can achieve this in two different ways as follows. First way By using substr function we can get the last […]