Skip to content

Commit

Permalink
Add join operator to README
Browse files Browse the repository at this point in the history
  • Loading branch information
zombiezen committed Feb 16, 2024
1 parent 7cae67d commit 2a68a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ LIMIT 3;
The following tabular operators are supported:

- [`count`](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/count-operator)
- [`join`](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/join-operator)
- [`project`](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/project-operator)
- [`sort`/`order`](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/sort-operator)
- [`summarize`](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/summarize-operator)
Expand Down

0 comments on commit 2a68a87

Please sign in to comment.