justTryingToCode
Programmer
I have used MS SQL for many years and I am new to Oracle syntax and functions. I have taken over some stuff that has some less than desireable field structures Oracle. That being said maybe one of you experts can help me out and save me a tremendous amount of research time.
One of my tables has a field that contains a comma delimited number list i.e. '1,4,5,6,7,9' in a Clob field no less. I need to join this to a reference table to convert those Ids to their respective names. Is there any direct way to do this? Any best practice I should follow or look up.
Thank you all in advance for looking at this...
One of my tables has a field that contains a comma delimited number list i.e. '1,4,5,6,7,9' in a Clob field no less. I need to join this to a reference table to convert those Ids to their respective names. Is there any direct way to do this? Any best practice I should follow or look up.
Thank you all in advance for looking at this...