Hello All,
I want to trim from right and left till a special character.
For example column_name ='ABC_XYZ_PQR_EFG'
I want to return 'XYZ_PQR' through substr/ltrim/rtrim/trim.
if column_name ='ABCD_EFG_X'
then result: EFG
Any suggestion?
Thanks,
Rajneesh