Quantcast
Channel: ITPUB论坛-专业的IT技术社区
Viewing all articles
Browse latest Browse all 18583

请教下大神们,这个sql为啥会粗线问题啊?

$
0
0
declare v_ename varchar(10); begin select ename into v_ename from emp where empno=7844; dbms_output.put_line(\'雇员名\'||v_ename); exception when no_date_found then dbms_output.put_line(\'你的输入号有误\'); end; ORA-06550: 第 5 行, 第 ...

Viewing all articles
Browse latest Browse all 18583

Trending Articles