还有人在吗?请教一个SQL问题。谁能帮看是什么问题,谢谢。

got error message as:
...Syntax error: expected something between the word 'a' and '.'.

很简单的一短code:

insert into lib.temp
select
a.id,
a.dob,
b.emp,
b.salary
from
employ a,personel b
where a.id = b.emp;
quit;

所有跟帖: 

用什么数据库?试试严格点的写法 -驴驴- 给 驴驴 发送悄悄话 (129 bytes) () 05/30/2010 postreply 17:07:48

请您先登陆,再发跟帖!