Hi
My oracle version is Oracle 12.1.2
I am trying to parse full name listed in the below form:
Roberson, Tam
Wells,Bob K
Moore, Gary Jerome
I need output to split this fields as follows:
Last_name First_Name Middle_name
Roberson Tam
Wells Bob K
Moore Gary Jerome
Any help is greatly appreciated
Sincerely
JTx