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