You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[arg_max()](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/arg-max-aggfunction) and [arg_min()](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/arg-min-aggfunction)
5
40
support multiple arguments now.
6
41
`Customers | arg_max(Age, FirstName, LastName)`
@@ -37,7 +72,6 @@
37
72
select * from kql(TableWithVariousDataTypes | project JoinDate | where JoinDate between (datetime('2020-06-30') .. datetime('2025-06-30')));
38
73
select * from kql(TableWithVariousDataTypes | project JoinDate | where JoinDate !between (datetime('2020-06-30') .. datetime('2025-06-30')));
39
74
```
40
-
41
75
# March 15, 2023
42
76
## Feature
43
77
- KQL - improve timespan textual representation in the CLI
0 commit comments