共用方式為


current_database()

適用於:✅Microsoft網狀架構Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel

傳回範圍中資料庫的名稱(如果未指定其他資料庫,則會解析所有查詢實體的資料庫)。

語法

current_database()

深入瞭解 語法慣例

傳回

範圍中資料庫的名稱,做為 類型的 string值。

範例

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