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 e9f663d  edit
e9f663d is described below

commit e9f663d7bda49e0b25146476cebe822ee53dcc76
Author: Bridget Bevens <[email protected]>
AuthorDate: Thu Dec 27 22:42:03 2018 -0800

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

diff --git a/docs/date-time-functions-and-arithmetic/index.html 
b/docs/date-time-functions-and-arithmetic/index.html
index 7c094a1..75d9978 100644
--- a/docs/date-time-functions-and-arithmetic/index.html
+++ b/docs/date-time-functions-and-arithmetic/index.html
@@ -1950,15 +1950,14 @@ SELECT UNIX_TIMESTAMP(&#39;2015-05-29 08:18:53.0&#39;, 
&#39;yyyy-MM-dd HH:mm:ss.
 | 02:05:47  |
 +-----------+  
 </code></pre></div>
-<p>Add 5555500000 microseconds to the given timestamp value:</p>
-
-<p>SELECT TIMESTAMPADD(MICROSECOND,5555500000, TIMESTAMP &#39;2003-02-01 
12:05:35&#39;);
+<p>Add 5555500000 microseconds to the given timestamp value:  </p>
+<div class="highlight"><pre><code class="language-text" 
data-lang="text">SELECT TIMESTAMPADD(MICROSECOND,5555500000, TIMESTAMP 
&#39;2003-02-01 12:05:35&#39;);  
 +--------------------------+
 |          EXPR$0          |
 +--------------------------+
 | 2003-02-01 12:26:35.532  |
-+--------------------------+</p>
-
++--------------------------+
+</code></pre></div>
 <h2 id="timestampdiff">TIMESTAMPDIFF</h2>
 
 <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>
diff --git a/feed.xml b/feed.xml
index 1cb158b..9236f9d 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>Thu, 27 Dec 2018 22:27:51 -0800</pubDate>
-    <lastBuildDate>Thu, 27 Dec 2018 22:27:51 -0800</lastBuildDate>
+    <pubDate>Thu, 27 Dec 2018 22:39:15 -0800</pubDate>
+    <lastBuildDate>Thu, 27 Dec 2018 22:39:15 -0800</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>

Reply via email to