Oracle PL/SQL 函数

FUNCTION name [(parameter[,parameter,...])]
RETURN datatypes
IS
[local declarations]
BEGIN
execute statements
[EXCEPTION
exception handlers]
END [name]

posted on 2007-07-25 14:32  小乔的闺房  阅读(168)  评论(0编辑  收藏  举报

导航