다음을 통해 공유


isnotnull()

적용 대상: ✅Microsoft Fabric✅Azure Data ExplorerAzure MonitorMicrosoft Sentinel

인수가 null이 아니면 반환 true 합니다.

사용되지 않는 별칭: notnull()

구문

isnotnull(value)

구문 규칙에 대해 자세히 알아봅니다.

매개 변수

이름 Type 필수 Description
value scalar ✔️ null이 아닌지 확인할 값입니다.

반품

true이 null이 아니고 false 그렇지 않으면

예시

시작 위치가 있는 Storm 이벤트를 찾습니다.

StormEvents
| where isnotnull(BeginLat) and isnotnull(BeginLon)