【发布时间】:2011-10-21 12:07:57
【问题描述】:
我正在运行以下脚本 -
BEGIN
select department_name
from egpl_department
where department_id in (select department_id
from egpl_casemgmt_activity);
END ;
得到了错误 -
PLS-00103: Encountered the symbol "end-of-file" when
expecting one of the following:
;
【问题讨论】: