如何用sql语句复制a表的其中二列数据到b表中指定二列中 日期:2009-09-18 17:35:54 人气:2 如何用sql语句复制a表的其中二列数据到b表中指定二列中 insert into B表(id,jcrq) select id,chrq from A表 where id Like '4417111401%'