Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data-explorer/kusto/query/join-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: join operator
description: Learn how to use the join operator to merge the rows of two tables.
ms.reviewer: alexans
ms.topic: reference
ms.date: 08/11/2024
ms.date: 09/22/2025
ms.localizationpriority: high
monikerRange: "microsoft-fabric || azure-data-explorer || azure-monitor || microsoft-sentinel"
---
Expand Down Expand Up @@ -91,7 +91,7 @@ In the following example, a placeholder key is added to both tables and then use

## Related content

* [Write multi-table queries](/training/modules/multi-table-queries-with-kusto-query-language/)
* [Write multi-table queries](tutorials/join-data-from-multiple-tables.md)
* [Cross-cluster join](join-cross-cluster.md)
* [Broadcast join](broadcast-join.md)
* [Shuffle query](shuffle-query.md)