Query Details
HuntingBookmark | where isnotempty(Tags) | project Tags
The query is filtering the results from the "HuntingBookmark" table to only include rows where the "Tags" column is not empty. It then projects or selects only the "Tags" column in the final result.

Rod Trent
Released: March 26, 2020
Tables
Keywords
Operators