Hi Guys !
I have a table with existing data in column ( let's say Notify column which contains email addresses) and I need to add in more email address ..
I knew i might able to use CONCAT but I have like 2000 rows and need to add different email address per row .
Good thing is those email address are store in table of same DB and might able to call with let's say ' select email from mail where name='Test'
Any idea how can I do this ? Do i need like inner join or something ?
I have a table with existing data in column ( let's say Notify column which contains email addresses) and I need to add in more email address ..
I knew i might able to use CONCAT but I have like 2000 rows and need to add different email address per row .
Good thing is those email address are store in table of same DB and might able to call with let's say ' select email from mail where name='Test'
Any idea how can I do this ? Do i need like inner join or something ?
Comment