current_database()
Applies to: ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
Returns the name of the database in scope (database that all query entities are resolved against if no other database is specified).
current_database()
Learn more about syntax conventions.
The name of the database in scope as a value of type string
.
print strcat("Database in scope: ", current_database())