Skip to Main Content

Analytics Software

Announcement

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!

Using Substring

User_DAALXDec 1 2022

Hi There,
I'm trying to use substring function to get the middle characters from a field as outlined below:
image.pngI have managed to get the surname separated as I need this as well by using the syntax below, but I am struggling with getting the middle characters.
SUBSTRING("Supervisor"."Supervisor Name" from 1 for Locate(',', "Supervisor"."Supervisor Name")-1)
Thanks

Comments