एक 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 ...