Robert Cain proves it’s not the end of the line in his KQL series:
It’s not uncommon to want to use a range of values when creating a Kusto query. This might be a range of numeric values, or perhaps a range of dates.
Kusto provides this ability using the
between
operator. In this post we’ll see how to use it when authoring your Kusto queries.
Click through to see how you can use between
as well as logical alterations such as not between
.