From commits-return-7941-archive-asf-public=cust-asf.ponee.io@trafodion.apache.org Mon Jul 2 12:06:52 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4CE5D180674 for ; Mon, 2 Jul 2018 12:06:52 +0200 (CEST) Received: (qmail 4873 invoked by uid 500); 2 Jul 2018 10:06:51 -0000 Mailing-List: contact commits-help@trafodion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@trafodion.apache.org Delivered-To: mailing list commits@trafodion.apache.org Received: (qmail 4855 invoked by uid 99); 2 Jul 2018 10:06:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2018 10:06:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DBDACE0BC0; Mon, 2 Jul 2018 10:06:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: liuyu@apache.org To: commits@trafodion.apache.org Date: Mon, 02 Jul 2018 10:06:51 -0000 Message-Id: In-Reply-To: <221bc8f55de349fdbebda6024a9ca1d4@git.apache.org> References: <221bc8f55de349fdbebda6024a9ca1d4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/4] trafodion git commit: Fix a typo Fix a typo Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/fa6004ad Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/fa6004ad Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/fa6004ad Branch: refs/heads/master Commit: fa6004ad0e719461a0a65e49c6c041d7d72fb2a2 Parents: cc384c6 Author: liu.yu Authored: Mon Jun 25 20:43:29 2018 +0800 Committer: liu.yu Committed: Mon Jun 25 20:43:29 2018 +0800 ---------------------------------------------------------------------- docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/fa6004ad/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc ---------------------------------------------------------------------- diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc index 45cc885..54a73ea 100644 --- a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc +++ b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc @@ -7882,7 +7882,7 @@ table-ref [join-type] JOIN table-ref join-spec ``` <<< -*** `_join-type_ is: +*** `_join-type_` is: + `INNER | LEFT [OUTER] | RIGHT [OUTER] | FULL [OUTER]` +