current_database()
적용 대상: ✅Microsoft Fabric✅Azure Data Explorer✅Azure Monitor✅Microsoft Sentinel
범위에 있는 데이터베이스의 이름을 반환합니다(다른 데이터베이스가 지정되지 않은 경우 모든 쿼리 엔터티가 확인되는 데이터베이스).
구문
current_database()
구문 규칙에 대해 자세히 알아봅니다.
반품
범위 내의 데이터베이스 이름이 형식 string
의 값입니다.
예제
print strcat("Database in scope: ", current_database())