Query Details

Book Mark Updated By

Query

HuntingBookmark
| where isnotempty(CreatedBy)
| project BookmarkName , UpdatedBy 

Explanation

The query is selecting data from the HuntingBookmark table and filtering out any rows where the CreatedBy field is empty. It then projects the BookmarkName and UpdatedBy fields.

Details

Rod Trent profile picture

Rod Trent

Released: March 26, 2020

Tables

HuntingBookmark

Keywords

HuntingBookmark,CreatedBy,BookmarkName,UpdatedBy

Operators

whereisnotemptyproject

Actions