За да използвате фиксирани стойности „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