Stored functions management overview
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer
This section describes management commands used for creating and altering user-defined functions:
Function | Description |
---|---|
.alter function |
Alters an existing function and stores it inside the database metadata |
.alter function docstring |
Alters the DocString value of an existing function |
.alter function folder |
Alters the Folder value of an existing function |
.create function |
Creates a stored function |
.create-or-alter function |
Creates a stored function or alters an existing function and stores it inside the database metadata |
.drop function and .drop functions |
Drops a function (or functions) from the database |
.show functions and .show function |
Lists all the stored functions, or a specific function, in the currently-selected database |