Book Mark Updated By
Query
HuntingBookmark
| where isnotempty(CreatedBy)
| project BookmarkName , UpdatedByExplanation
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
Released: March 26, 2020
Tables
HuntingBookmark
Keywords
HuntingBookmarkCreatedByBookmarkNameUpdatedBy
Operators
whereisnotemptyproject