create or replace procedure pp_AA()is t_num number; begin select count(*) into t_num from bespub.sys_employee where adlogin_c is not null; end;/
上述存储过程存在什么问题呢?在PLSQL中创建后,总是有个小红X。
各位大牛们知道否?
你把select 这句话在数据库运行一下,看看有错没。