用什么数据库?试试严格点的写法

来源: 2010-05-30 17:07:48 [旧帖] [给我悄悄话] 本文已被阅读:

insert into lib.temp
select
a.id,a.dob,b.emp,b.salary
from
employ as a inner join personel as b on a.id = b.emp