Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
作成したユーザ定義関数は、いずれかのユーザが明示的に削除するまでデータベースに保持されます。ユーザ定義関数の所有者または DBA 権限のあるユーザのみが、データベースから関数を削除できます。
次に、FullName 関数をデータベースから削除する文を示します。
DROP FUNCTION FullName;