GitHubContribute in GitHub: Edit online

isnotnull()

Returns true if the argument is not null.

Syntax

isnotnull([value])

notnull([value]) - alias for isnotnull

Example

T | where isnotnull(PossiblyNull) | count