Get Tags
Query
HuntingBookmark
| where isnotempty(Tags)
| project TagsExplanation
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.