Query Details

Bookmarks Created By

Query

HuntingBookmark
| sort by CreatedBy
| project BookmarkName , CreatedBy 

Explanation

The query is sorting a table called HuntingBookmark by the CreatedBy column and then selecting the BookmarkName and CreatedBy columns to display.

Details

Rod Trent profile picture

Rod Trent

Released: March 26, 2020

Tables

HuntingBookmark

Keywords

HuntingBookmark,CreatedBy,BookmarkName

Operators

sort byproject

Actions