IanWaterman
Programmer
Due to lazy design on a customer input form, client name is only entered as a single field. I have been assured it will always be entered as
Title Firstname Surname
I need to build a means of breaking this field into 3 separate fields in a View.
Is there a function within Oracle that I can use, or does any one know the SQL I can use to build a function that can do this for me.
Thank you
Ian
Title Firstname Surname
I need to build a means of breaking this field into 3 separate fields in a View.
Is there a function within Oracle that I can use, or does any one know the SQL I can use to build a function that can do this for me.
Thank you
Ian