Para usar valores fijos 'doSomething' y 'true' para todos los registros insertados:
insert into table2 (Xid, configKey, ConfigVal)
select id, 'doSomething', 'true'
from table1
Para usar valores fijos 'doSomething' y 'true' para todos los registros insertados:
insert into table2 (Xid, configKey, ConfigVal)
select id, 'doSomething', 'true'
from table1