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!
How to get the last 3 characters of a string occuring after a character / alphabet without using REGEXP_SUBSTR ? Ex: 10000A001 is the string. Note: - I want to use it in Oracle reports 6i, therefore i cannot use the statement REGEXP_SUBSTR Sanjay