Successfully added
Software Development
by Patrik
Simple KQL Commands
Countwill return the number of rows in the queryWhereallows filtering the rows that are returned based on a conditionTakewill return a specified number of rows, but no guarantee which rows are returnedSortwill allow sorting the output into an orderTopwill return the first N records sorted by the specified columnExtendcommand allows creating new columns from existing columns or other data such as hard-coded valuesSummarizewill return the total values for a specific grouping of rows
Referenced in:
Comments