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

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


The following commit(s) were added to refs/heads/gh-pages by this push:
     new fc5c11f  edit
fc5c11f is described below

commit fc5c11f2449168190bd004e0d46ea1d3feeddfda
Author: Bridget Bevens <[email protected]>
AuthorDate: Thu Dec 27 22:37:06 2018 -0800

    edit
---
 .../030-date-time-functions-and-arithmetic.md            | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md 
b/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md
index 708d08e..3a91da3 100644
--- 
a/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md
+++ 
b/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md
@@ -619,14 +619,14 @@ Add 225 seconds to the given time:
        | 02:05:47  |
        +-----------+  
 
-Add 5555500000 microseconds to the given timestamp value:
-
-SELECT TIMESTAMPADD(MICROSECOND,5555500000, TIMESTAMP '2003-02-01 12:05:35');
-+--------------------------+
-|          EXPR$0          |
-+--------------------------+
-| 2003-02-01 12:26:35.532  |
-+--------------------------+
+Add 5555500000 microseconds to the given timestamp value:  
+
+       SELECT TIMESTAMPADD(MICROSECOND,5555500000, TIMESTAMP '2003-02-01 
12:05:35');  
+       +--------------------------+
+       |          EXPR$0          |
+       +--------------------------+
+       | 2003-02-01 12:26:35.532  |
+       +--------------------------+
 
 
 

Reply via email to