首页 新闻 会员 周边

oracle存储 我想存储进去查询的内容 请问我改怎么加

0
悬赏园豆:10 [待解决问题]

create or replace procedure p_Student_Locate
as
count1 NUMBER:=0;
begin
select count(*) into count1 from 学生 ;
if(count1>0) then
dbms_output.put_line('5');
ELSE
dbms_output.put_line('学号未找到');
end if;
end ;
/

zwl1的主页 zwl1 | 初学一级 | 园豆:192
提问于:2019-12-11 14:29
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册