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

current_database()

Applies to: ✅ Microsoft FabricAzure Data ExplorerAzure MonitorMicrosoft Sentinel

Returns the name of the database in scope (database that all query entities are resolved against if no other database is specified).

Syntax

current_database()

Learn more about syntax conventions.

Returns

The name of the database in scope as a value of type string.

Example

print strcat("Database in scope: ", current_database())