Query Details
HuntingBookmark | where isnotempty(CreatedBy) | project BookmarkName , UpdatedBy
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.

Rod Trent
Released: March 26, 2020
Tables
Keywords
Operators