If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Insert into tableb (select ID,'Home',home_num from tablea where home_num is not null union select id,'Fax',fax_num from tablea where fax_num is not null union select id,'Work',work_num from tablea where work num is not null)