PL/SQL初級學習筆記

PLSQL的塊 Plsql的塊分爲三種:匿名塊、存儲過程、函數。 匿名塊declare: begin  ………………………. end;   存儲過程Procedure: Procedure name is begin …………………… End;   函數function: Function name return datatype is Begin …………………………. End;   聲明變量語
相關文章
相關標籤/搜索