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

显示不了字符串的输出结果

为什么我不到字符串的输出结果呢?要怎么弄?

正在回答

1 回答

set serveroutput on 打开输出开关;

accept num prompt '请输入一个数字';

-- 上面是sql developer中的用法

declare

score number := #

begin

  if score=1 then dbms_output.put_line('你输入的数字是1;');

  elsif score=2 then dbms_output.put_line('你输入的数字是2');

  else dbms_output.put_line('你输入的数字是0');

  end if;

end;


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

举报

0/150
提交
取消

显示不了字符串的输出结果

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