需要插入的数据已经在表中某些列中存在,则可以利用已有数据进行插入
?
INSERT INTO xxxTable
select field1,field2,'copy field'
from yyyTable
where fieldx?= 'XXX'