oracle(41)_PL/SQL_存儲函數

PL/SQL 存儲函數 ● 存儲函數 語法: create or replace function 函數名(Name in type, Name in type, .. .) return 數據類型 is 結果變量 數據類型; begin return(結果變量); end 函數名; ● 存儲過程和存儲函數的區別 一般來講,過程和函數的區別在於函數可以有一個返回值;而過程沒有返回值
相關文章
相關標籤/搜索