-
declare begin execption end查看全部
-
1、PL/SQL是對(duì)sql語(yǔ)言的過(guò)程化擴(kuò)展 2、PL/SQL是面向過(guò)程的語(yǔ)言查看全部
-
在end;下行出現(xiàn)/表示退出上面的編輯環(huán)境并且執(zhí)行編輯。 dbms_output.put_line('輸出的內(nèi)容'); set serveroutput on --打開(kāi)輸出開(kāi)關(guān) 單獨(dú)輸入/表示執(zhí)行上一次PL/SQL程序 desc dbms_output --查看程序包的結(jié)構(gòu)查看全部
-
Oracle sql Deveploper http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html查看全部
-
學(xué)習(xí)入門(mén)教程我連電腦語(yǔ)言都不懂。查看全部
-
看不懂查看全部
-
cursor c1 is select col from a open c1; fetch c1 into pename; close c1; 光標(biāo)屬性 %found %notfound --example set server output on declare cursor cemp is select name.sal from emp; 為光標(biāo)定義對(duì)應(yīng)的變量 pename emp.ename%type; psal emp.sal%type; begin open camp; loop fetch cemp into pename,pal; --when exit? fetch 不一定能取到記錄 exit when camp%notfound dbms_output.put_line(pename||'的薪水是‘||psal'); end loop; close camp end查看全部
-
PL/SQL光標(biāo)(游標(biāo))使用案例 開(kāi)頭是: declare cursor cemp is select ename,sal from emp; ...查看全部
-
PL/SQL中的記錄型變量查看全部
-
PL/SQL中的引用型變量查看全部
-
軟件開(kāi)發(fā)流程,瀑布模型。小程序,大系統(tǒng)查看全部
-
變量定義 循環(huán) if查看全部
-
fetch c1 into penname查看全部
-
kklllllll查看全部
-
lll查看全部
舉報(bào)
0/150
提交
取消