Eh, I don’t need Lisp. I need to do my job. KQL allows me to write queries intuitively and others to easily understand what I’m doing.
The summarize operator is also a game changer.
I use something like “
| summarize count() by bin(TIMESTAMP, 1h)
“
multiple times daily. Getting the same result in SQL is disgusting.
The summarize operator is also a game changer. I use something like “ | summarize count() by bin(TIMESTAMP, 1h) “ multiple times daily. Getting the same result in SQL is disgusting.