你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 |