From 54a5a15e94739bfcd3f4d31ce7390737d6334983 Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Wed, 7 Aug 2024 20:55:38 +0000 Subject: [PATCH] Clarify in join doc that fields can be copied from the right side without assignment (#5206) --- docs/language/operators/join.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/language/operators/join.md b/docs/language/operators/join.md index 95f5fe879b..42c3858901 100644 --- a/docs/language/operators/join.md +++ b/docs/language/operators/join.md @@ -8,10 +8,10 @@ | [anti|inner|left|right] join ( -) on = [:=, ...] +) on = [[:=], ...] ( => => ) -| [anti|inner|left|right] join on = [:=, ...] +| [anti|inner|left|right] join on = [[:=], ...] ``` :::tip Note