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.