Successfully added
Kusto Query Language
by Patrik
Simple KQL Commands
Count
will return the number of rows in the queryWhere
allows filtering the rows that are returned based on a conditionTake
will return a specified number of rows, but no guarantee which rows are returnedSort
will allow sorting the output into an orderTop
will return the first N records sorted by the specified columnExtend
command allows creating new columns from existing columns or other data such as hard-coded valuesSummarize
will return the total values for a specific grouping of rows
Referenced in:
Leave a Comment
All fields are required. Your email address will not be published.
Comments