insert ... select
を使用します クエリを実行し、既知の値をselect
に入力します :
insert into table1
select 'A string', 5, idTable2
from table2
where ...
insert ... select
を使用します クエリを実行し、既知の値をselect
に入力します :
insert into table1
select 'A string', 5, idTable2
from table2
where ...