Hamish Burke | 2025-06-30

Related to:


Kusto Query Language

Basic Syntax

TableName
| where Column == "value"
| project Column1, Column2
| summarize count() by Column3
| order by Timestamp desc

Common Commands