From 53a32616a799553901dd73e2ab32412e3b5e8881 Mon Sep 17 00:00:00 2001 From: jackfoxy Date: Sun, 18 Jun 2023 14:26:39 -0700 Subject: [PATCH] docs --- docs/ref-ch07-transform.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/ref-ch07-transform.md b/docs/ref-ch07-transform.md index 4334b8f..aa0b8ef 100755 --- a/docs/ref-ch07-transform.md +++ b/docs/ref-ch07-transform.md @@ -9,6 +9,7 @@ The `` statements provides a means of chaining commands on ` [ INTO | [ ( ] [ ) ] + | [ ( ] [ ) ] ] [ ...n ] [ AS OF { NOW | @@ -76,6 +77,11 @@ NOTE: rule for dividing union ``s TBD. | TEE | MULTEE ``` +``` + ::= + TEE + | MULTEE +``` ``s make the left resulting `` available for consumption by the next `` in the ``. The right side of the statement cannot be nested. The left `` can be consumed by `*`, in which case column identifiers and `` column alignments from the left `` apply, or a list of column aliases, in which case all columns produced by the left `` must be included in the order produced. (See the definition of `` in the Introduction.) In other words the `` of the left `` applies when consumed by the right ``.