挿入されたすべてのレコードに固定値「doSomething」および「true」を使用するには:
insert into table2 (Xid, configKey, ConfigVal)
select id, 'doSomething', 'true'
from table1
挿入されたすべてのレコードに固定値「doSomething」および「true」を使用するには:
insert into table2 (Xid, configKey, ConfigVal)
select id, 'doSomething', 'true'
from table1