insertintoa (a1, a2, a2, a4) selectb1, b2, b3 (....) a2, a3, a4fromb; --也就是insert into select語法 其中A表是需要插入數(shù)據(jù)的表 select B表的某字段,根據(jù)A表的順序放置,不然會(huì)無法匹配字段,導(dǎo)致無法插入,而后可以根據(jù)順序填寫A表字段所需的值,最后補(bǔ)上 from xxx表。 現(xiàn)有
www.dbjr.com.cn/database/337562m...htm 2025-6-4