摘要:
流程控制 1.If,then,else,elsif(不是elseif) if a='1' then null; endif; 2.Case 简单case表达式: 搜索型Case表达式: 3.goto语句 begin if true then goto label2; end if; > SYS.DBMS_OUTPUT.PUT_LINE('label1'); > ... 阅读全文
posted @ 2016-01-14 17:01
张小军
阅读(513)
评论(0)
推荐(0)