Source column
Id | email
_______________________
01 | aemail1, wemail2
02 | bemail1 : xemail2
03 | cemail1 yemail2
04 | demail1&zemail2
Target column
Id | primary_email| secondary_email
01 | aemail1 | wemail2
02 | bemail1 | xemail2
03 | cemail1 | yemail2
04 | demail1 | zemail2
In some cases where <space> is also a delimiter can we do using SQL if not pl/SQL please help me how to solve this