User-defined functions remain in the database until they are explicitly removed.
Prérequis
You must be the owner of the user-defined function or have one of the following system privileges:
Connect to the database.
Execute a DROP FUNCTION statement similar to the following:
DROP FUNCTION function-name; |
Exemple
The following statement removes the function FullName from the database:
DROP FUNCTION FullName; |
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |