select SUBSTR('Hunt Michael' 1 INSTR('Hunt Michael' ' ')-1) LAST_NAME SUBSTR('Hunt Michael' INSTR('Hunt Michael' ' ')+1) FIRST_NAME from dualHere is the example how to use and accordingly change the query and insert into another table.Thks...