You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|*function_name*| Name of the UDF you want to drop. |
44
22
| ( *argument_type*[ , ... ] ) | Optional: Argument types of the function.<br/>Specify the argument types when the name of the function you want to drop isn't unique within the schema. |
23
+
|IF EXISTS| Do not return an error if the specified function does not exist. A notice is issued in this case. |
|*function_name*| Name of the UDF you want to drop. |
44
22
| ( *argument_type*[ , ... ] ) | Optional: Argument types of the function.<br/>Specify the argument types when the name of the function you want to drop isn't unique within the schema. |
23
+
|IF EXISTS| Do not return an error if the specified function does not exist. A notice is issued in this case. |
|*function_name*| Name of the UDF you want to drop. |
44
22
| ( *argument_type*[ , ... ] ) | Optional: Argument types of the function.<br/>Specify the argument types when the name of the function you want to drop isn't unique within the schema. |
23
+
|IF EXISTS| Do not return an error if the specified function does not exist. A notice is issued in this case. |
0 commit comments