0
我看到的語法編寫在Oracle過程如下瞭解Oracle存儲過程
PROCEDURE name [ (parameter_list) ]
{ IS | AS }
[ declarative_part ]
BEGIN -- executable part begins
statement; [ statement; ]...
[ EXCEPTION -- executable part ends, exception-handling part begins]
exception_handler; [ exception_handler; ]... ]
END;
有人能指導我的時候,我應該使用AS和IS。
我很確定它們是同義詞。 – RBarryYoung
[Oracle存儲過程中「AS」和「IS」的區別是什麼?](http://stackoverflow.com/questions/230348/what-is-the-difference-between-as-and -is-in-an-oracle-stored-procedure) –