This is an automated email from the ASF dual-hosted git repository.

bridgetb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/drill-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 2eee01d  MD-5071
2eee01d is described below

commit 2eee01d60b67036887a22af9bcfecc2f0632078f
Author: Bridget Bevens <[email protected]>
AuthorDate: Fri Jan 18 14:05:20 2019 -0800

    MD-5071
---
 docs/select/index.html | 12 ++++++------
 feed.xml               |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/select/index.html b/docs/select/index.html
index 097b714..0f7111e 100644
--- a/docs/select/index.html
+++ b/docs/select/index.html
@@ -1297,7 +1297,7 @@
 
     </div>
 
-     Dec 4, 2018
+     Jan 18, 2019
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1374,13 +1374,13 @@ clause.</p>
 </tr>
 </tbody></table>
 
-<p>You must specify a join condition when more than one table is listed in the 
FROM clause.</p>
-
-<p>Non-equijoins are supported if the join also contains an equality condition 
on
-the same two tables as part of a conjunction:</p>
+<ul>
+<li>You must specify a join condition when more than one table is listed in 
the FROM clause.<br></li>
+<li><p>Non-equi joins are supported if the join is an inner join with an 
equality condition on the same two tables as part of a conjunction:  </p>
 <div class="highlight"><pre><code class="language-text" 
data-lang="text">table1.col1 = table2.col1 AND table1.c2 &lt; table2.c2
 </code></pre></div>
-<p>This restriction applies to both inner and outer joins.</p>
+<p>Drill does not support non-equi joins as outer joins.</p></li>
+</ul>
 
 <h2 id="subqueries">Subqueries</h2>
 
diff --git a/feed.xml b/feed.xml
index 36641ee..b167ec6 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Wed, 16 Jan 2019 16:05:02 -0800</pubDate>
-    <lastBuildDate>Wed, 16 Jan 2019 16:05:02 -0800</lastBuildDate>
+    <pubDate>Fri, 18 Jan 2019 13:58:26 -0800</pubDate>
+    <lastBuildDate>Fri, 18 Jan 2019 13:58:26 -0800</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>

Reply via email to