Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
用户定义的函数一旦创建即会一直保留在数据库中,直到有人显式地将其删除。只有函数的所有者或具有 DBA 权限的用户才可以将其从数据库中删除。
以下语句从数据库中删除 FullName 函数:
DROP FUNCTION FullName;