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
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
WENXUECITY.COM does not represent or guarantee the truthfulness, accuracy, or reliability of any of communications posted by other users.
Copyright ©1998-2025 wenxuecity.com All rights reserved. Privacy Statement & Terms of Use & User Privacy Protection Policy