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 4c6074f  edits
4c6074f is described below

commit 4c6074f213807e28cb77872e420b6cd51f25d02c
Author: Bridget Bevens <bbev...@maprtech.com>
AuthorDate: Wed Dec 26 19:34:22 2018 -0800

    edits
---
 docs/date-time-functions-and-arithmetic/index.html | 6 +++---
 feed.xml                                           | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/date-time-functions-and-arithmetic/index.html 
b/docs/date-time-functions-and-arithmetic/index.html
index 33b981c..e8370b6 100644
--- a/docs/date-time-functions-and-arithmetic/index.html
+++ b/docs/date-time-functions-and-arithmetic/index.html
@@ -1362,11 +1362,11 @@
 <td>BIGINT</td>
 </tr>
 <tr>
-<td><a 
href="/docs/date-time-functions-and-arithmetic/#TIMESTAMPADD">TIMESTAMPADD</a></td>
+<td><a 
href="/docs/date-time-functions-and-arithmetic/#timestampadd">TIMESTAMPADD</a></td>
 <td>Inferred based on unit of time</td>
 </tr>
 <tr>
-<td><a 
href="/docs/date-time-functions-and-arithmetic/#TIMESTAMPDIFF">TIMESTAMPDIFF</a></td>
+<td><a 
href="/docs/date-time-functions-and-arithmetic/#timestampdiff">TIMESTAMPDIFF</a></td>
 <td>Inferred based on unit of time</td>
 </tr>
 <tr>
@@ -1956,7 +1956,7 @@ SELECT UNIX_TIMESTAMP(&#39;2015-05-29 08:18:53.0&#39;, 
&#39;yyyy-MM-dd HH:mm:ss.
 </code></pre></div>
 <h2 id="timestampdiff">TIMESTAMPDIFF</h2>
 
-<p>Calculates an interval of time, in the given time units, by subtracting 
<em>datetime_expression2</em> from <em>datetime_expression1</em>.    </p>
+<p>Calculates an interval of time, in the given time units, by subtracting 
<em>datetime_expression1</em> from <em>datetime_expression2</em> 
(<em>datetime_expression2</em> − <em>datetime_expression1</em>).    </p>
 
 <h3 id="timestampdiff-syntax">TIMESTAMPDIFF Syntax</h3>
 
diff --git a/feed.xml b/feed.xml
index df90f77..fb397d4 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, 26 Dec 2018 19:17:44 -0800</pubDate>
-    <lastBuildDate>Wed, 26 Dec 2018 19:17:44 -0800</lastBuildDate>
+    <pubDate>Wed, 26 Dec 2018 19:30:56 -0800</pubDate>
+    <lastBuildDate>Wed, 26 Dec 2018 19:30:56 -0800</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>

Reply via email to