为了账号安全,请及时绑定邮箱和手机立即绑定

正在回答

3 回答

这道题用CASE语句会好一点

0 回复 有任何疑惑可以回复我~

我执行可以啊

0 回复 有任何疑惑可以回复我~

set serveroutput on;

declare

pnum number:=#

begin

if pnum=0 then dbms_output.put_line('你的选择是0');

elsif pnum=5 then dbms_output.put_line('你的选择是5');

elsif pnum=1 then dbms_output.put_line('你的选择是1');

elsif pnum=2 then dbms_output.put_line('你的选择是2');

elsif pnum=3 then dbms_output.put_line('你的选择是3');

elsif pnum=4 then dbms_output.put_line('你的选择是4');

end if;

end;


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

我的if语句不起作用,望大家指导下

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信