current_database()
適用対象: ✅Microsoft Fabric✅Azure データ エクスプローラー✅Azure Monitor✅Microsoft Sentinel
スコープ内のデータベースの名前を返します (他のデータベースが指定されていない場合、すべてのクエリ エンティティが解決されるデータベース)。
構文
current_database()
構文規則について詳しく知る。
返品
string
型の値としてのスコープ内のデータベースの名前。
例
print strcat("Database in scope: ", current_database())